Html Css Color HEX #DCC010 Sunflower

📋 copy color: '#DCC010'

red 220 ◦ green 192 ◦ blue 16

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

Shades of Sunflower #DCC010

Tints of Sunflower #DCC010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.86%

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

R = 51.4%
G = 44.86%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCC010 (or 0xDCC010) is known color: Sunflower. HEX triplet: DC, C0 and 10. RGB value is (220,192,16). Sum of RGB (Red+Green+Blue) = 220+192+16=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 16 (6.64% from 255 or 3.74% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC010 is #233FEF. Grayscale: #B5B5B5. Windows color (decimal): -2310128 or 1097948. OLE color: 1097948.

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

Color convert

RGB 220 192 16 -
CMYK 0 0.13 0.93 0.14
HSL 51.76º 0.86% 0.46% -
HSV(B) 51.76º 0.93% 0.86% -
XYZ 48.46 52.95 8.16 -
YUV 180.31 35.28 156.31 -
System Red Green Blue C M Y K H S L
Decimal 220 192 16 0 0.13 0.93 0.14 51.76 0.86 0.46
Hex DC C0 10 0 D 5D E 34 56 2E
Octal 334 300 20 0 15 135 16 64 126 56
Binary 11011100 11000000 10000 0 1101 1011101 1110 110100 1010110 101110

Color Harmonies of #DCC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC010

Black with #DCC010

Text Example


Text Example

White with #DCC010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC010; }

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

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

background-color css

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

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

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

border-color css

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

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

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