Html Css Color HEX #DCCC0C Sunflower

📋 copy color: '#DCCC0C'

red 220 ◦ green 204 ◦ blue 12

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

Shades of Sunflower #DCCC0C

Tints of Sunflower #DCCC0C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.79%

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

R = 50.46%
G = 46.79%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCCC0C (or 0xDCCC0C) is known color: Sunflower. HEX triplet: DC, CC and 0C. RGB value is (220,204,12). Sum of RGB (Red+Green+Blue) = 220+204+12=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 12 (5.08% from 255 or 2.75% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCC0C is #2333F3. Grayscale: #BBBBBB. Windows color (decimal): -2307060 or 838876. OLE color: 838876.

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

Color convert

RGB 220 204 12 -
CMYK 0 0.07 0.95 0.14
HSL 55.38º 0.9% 0.45% -
HSV(B) 55.38º 0.95% 0.86% -
XYZ 51.17 58.43 8.93 -
YUV 186.9 29.3 151.61 -
System Red Green Blue C M Y K H S L
Decimal 220 204 12 0 0.07 0.95 0.14 55.38 0.9 0.45
Hex DC CC C 0 7 5F E 37 5A 2D
Octal 334 314 14 0 7 137 16 67 132 55
Binary 11011100 11001100 1100 0 111 1011111 1110 110111 1011010 101101

Color Harmonies of #DCCC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC0C

Black with #DCCC0C

Text Example


Text Example

White with #DCCC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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