Html Css Color HEX #DCC508 Sunflower

📋 copy color: '#DCC508'

red 220 ◦ green 197 ◦ blue 8

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

Shades of Sunflower #DCC508

Tints of Sunflower #DCC508

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.35%

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

R = 51.76%
G = 46.35%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCC508 (or 0xDCC508) is known color: Sunflower. HEX triplet: DC, C5 and 08. RGB value is (220,197,8). Sum of RGB (Red+Green+Blue) = 220+197+8=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 8 (3.52% from 255 or 1.88% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC508 is #233AF7. Grayscale: #B7B7B7. Windows color (decimal): -2308856 or 574940. OLE color: 574940.

HSL color Cylindrical-coordinate representation of color #DCC508: hue angle of 53.49º 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 #DCC508 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 197 8 -
CMYK 0 0.10 0.96 0.14
HSL 53.49º 0.93% 0.45% -
HSV(B) 53.49º 0.96% 0.86% -
XYZ 49.53 55.17 8.27 -
YUV 182.33 29.62 154.87 -
System Red Green Blue C M Y K H S L
Decimal 220 197 8 0 0.10 0.96 0.14 53.49 0.93 0.45
Hex DC C5 8 0 A 60 E 35 5D 2D
Octal 334 305 10 0 12 140 16 65 135 55
Binary 11011100 11000101 1000 0 1010 1100000 1110 110101 1011101 101101

Color Harmonies of #DCC508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC508

Black with #DCC508

Text Example


Text Example

White with #DCC508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC508; }

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

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

background-color css

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

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

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

border-color css

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

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

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