Html Css Color HEX #DDD641 Starship

📋 copy color: '#DDD641'

red 221 ◦ green 214 ◦ blue 65

#DDD641
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Starship #DDD641

Tints of Starship #DDD641

RGB

 RED value IS 221 (86.72% from 255) = 44.2%

 GREEN value IS 214 (83.98% from 255) = 42.8%

 BLUE value IS 65 (25.78% from 255) = 13%

R = 44.2%
G = 42.8%
B = 13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDD641 (or 0xDDD641) is known color: Starship. HEX triplet: DD, D6 and 41. RGB value is (221,214,65). Sum of RGB (Red+Green+Blue) = 221+214+65=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 65 (25.78% from 255 or 13% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD641 is #2229BE. Grayscale: #C7C7C7. Windows color (decimal): -2238911 or 4314845. OLE color: 4314845.

HSL color Cylindrical-coordinate representation of color #DDD641: hue angle of 57.31º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDD641 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 214 65 -
CMYK 0 0.03 0.71 0.13
HSL 57.31º 0.7% 0.56% -
HSV(B) 57.31º 0.71% 0.87% -
XYZ 54.82 63.85 14.44 -
YUV 199.11 52.32 143.62 -
System Red Green Blue C M Y K H S L
Decimal 221 214 65 0 0.03 0.71 0.13 57.31 0.7 0.56
Hex DD D6 41 0 3 47 D 39 46 38
Octal 335 326 101 0 3 107 15 71 106 70
Binary 11011101 11010110 1000001 0 11 1000111 1101 111001 1000110 111000

Color Harmonies of #DDD641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD641

Black with #DDD641

Text Example


Text Example

White with #DDD641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD641; }

 p { color: rgb(221,214,65); }

 H1.HeaderClassName
 {
   color: #DDD641;
 }
 .AnyTagClassName
 {
   color: #DDD641;
 }
</style>

background-color css

<style>
 a { background-color: #DDD641; }

 a { background-color: rgb(221,214,65); }

 div.DivClassName
 {
   background-color: #DDD641;
 }
 .BgClassName
 {
   background-color: #DDD641;
 }
</style>

border-color css

<style>
 span { border-color: #DDD641; }

 span { border-color: rgb(221,214,65); }

 td.TdClassName
 {
   border-color: #DDD641;
 }
 .TagClassName
 {
   border-color: #DDD641;
 }
</style>