Html Css Color HEX #DCC708 Sunflower

📋 copy color: '#DCC708'

red 220 ◦ green 199 ◦ blue 8

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

Shades of Sunflower #DCC708

Tints of Sunflower #DCC708

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.6%

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

R = 51.52%
G = 46.6%
B = 1.87%

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

#DCC708 (or 0xDCC708) is known color: Sunflower. HEX triplet: DC, C7 and 08. RGB value is (220,199,8). Sum of RGB (Red+Green+Blue) = 220+199+8=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 199 (78.12% from 255 or 46.60% from 427); Blue value is 8 (3.52% from 255 or 1.87% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC708 is #2338F7. Grayscale: #B8B8B8. Windows color (decimal): -2308344 or 575452. OLE color: 575452.

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

Color convert

RGB 220 199 8 -
CMYK 0 0.10 0.96 0.14
HSL 54.06º 0.93% 0.45% -
HSV(B) 54.06º 0.96% 0.86% -
XYZ 49.98 56.08 8.42 -
YUV 183.51 28.96 154.03 -
System Red Green Blue C M Y K H S L
Decimal 220 199 8 0 0.10 0.96 0.14 54.06 0.93 0.45
Hex DC C7 8 0 A 60 E 36 5D 2D
Octal 334 307 10 0 12 140 16 66 135 55
Binary 11011100 11000111 1000 0 1010 1100000 1110 110110 1011101 101101

Color Harmonies of #DCC708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC708

Black with #DCC708

Text Example


Text Example

White with #DCC708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC708; }

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

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

background-color css

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

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

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

border-color css

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

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

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