Html Css Color HEX #DCC80C Sunflower

📋 copy color: '#DCC80C'

red 220 ◦ green 200 ◦ blue 12

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

Shades of Sunflower #DCC80C

Tints of Sunflower #DCC80C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.78%

R = 50.93%
G = 46.3%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCC80C (or 0xDCC80C) is known color: Sunflower. HEX triplet: DC, C8 and 0C. RGB value is (220,200,12). Sum of RGB (Red+Green+Blue) = 220+200+12=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 12 (5.08% from 255 or 2.78% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC80C is #2337F3. Grayscale: #B9B9B9. Windows color (decimal): -2308084 or 837852. OLE color: 837852.

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

Color convert

RGB 220 200 12 -
CMYK 0 0.09 0.95 0.14
HSL 54.23º 0.9% 0.45% -
HSV(B) 54.23º 0.95% 0.86% -
XYZ 50.24 56.55 8.62 -
YUV 184.55 30.63 153.29 -
System Red Green Blue C M Y K H S L
Decimal 220 200 12 0 0.09 0.95 0.14 54.23 0.9 0.45
Hex DC C8 C 0 9 5F E 36 5A 2D
Octal 334 310 14 0 11 137 16 66 132 55
Binary 11011100 11001000 1100 0 1001 1011111 1110 110110 1011010 101101

Color Harmonies of #DCC80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC80C

Black with #DCC80C

Text Example


Text Example

White with #DCC80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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