Html Css Color HEX #DCC810 Sunflower

📋 copy color: '#DCC810'

red 220 ◦ green 200 ◦ blue 16

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

Shades of Sunflower #DCC810

Tints of Sunflower #DCC810

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.87%

 BLUE value IS 16 (6.64% from 255) = 3.67%

R = 50.46%
G = 45.87%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCC810 (or 0xDCC810) is known color: Sunflower. HEX triplet: DC, C8 and 10. RGB value is (220,200,16). Sum of RGB (Red+Green+Blue) = 220+200+16=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC810 is #2337EF. Grayscale: #B9B9B9. Windows color (decimal): -2308080 or 1099996. OLE color: 1099996.

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

Color convert

RGB 220 200 16 -
CMYK 0 0.09 0.93 0.14
HSL 54.12º 0.86% 0.46% -
HSV(B) 54.12º 0.93% 0.86% -
XYZ 50.26 56.56 8.76 -
YUV 185 32.63 152.96 -
System Red Green Blue C M Y K H S L
Decimal 220 200 16 0 0.09 0.93 0.14 54.12 0.86 0.46
Hex DC C8 10 0 9 5D E 36 56 2E
Octal 334 310 20 0 11 135 16 66 126 56
Binary 11011100 11001000 10000 0 1001 1011101 1110 110110 1010110 101110

Color Harmonies of #DCC810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC810

Black with #DCC810

Text Example


Text Example

White with #DCC810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC810; }

 p { color: rgb(220,200,16); }

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

background-color css

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

 a { background-color: rgb(220,200,16); }

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

border-color css

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

 span { border-color: rgb(220,200,16); }

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