Html Css Color HEX #DCC908 Sunflower

📋 copy color: '#DCC908'

red 220 ◦ green 201 ◦ blue 8

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

Shades of Sunflower #DCC908

Tints of Sunflower #DCC908

RGB

 RED value IS 220 (86.33% from 255) = 51.28%

 GREEN value IS 201 (78.91% from 255) = 46.85%

 BLUE value IS 8 (3.52% from 255) = 1.86%

R = 51.28%
G = 46.85%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCC908 (or 0xDCC908) is known color: Sunflower. HEX triplet: DC, C9 and 08. RGB value is (220,201,8). Sum of RGB (Red+Green+Blue) = 220+201+8=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 8 (3.52% from 255 or 1.86% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC908 is #2336F7. Grayscale: #B9B9B9. Windows color (decimal): -2307832 or 575964. OLE color: 575964.

HSL color Cylindrical-coordinate representation of color #DCC908: hue angle of 54.62º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCC908 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 201 8 -
CMYK 0 0.09 0.96 0.14
HSL 54.62º 0.93% 0.45% -
HSV(B) 54.62º 0.96% 0.86% -
XYZ 50.45 57.01 8.57 -
YUV 184.68 28.29 153.19 -
System Red Green Blue C M Y K H S L
Decimal 220 201 8 0 0.09 0.96 0.14 54.62 0.93 0.45
Hex DC C9 8 0 9 60 E 37 5D 2D
Octal 334 311 10 0 11 140 16 67 135 55
Binary 11011100 11001001 1000 0 1001 1100000 1110 110111 1011101 101101

Color Harmonies of #DCC908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC908

Black with #DCC908

Text Example


Text Example

White with #DCC908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC908; }

 p { color: rgb(220,201,8); }

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

background-color css

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

 a { background-color: rgb(220,201,8); }

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

border-color css

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

 span { border-color: rgb(220,201,8); }

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