Html Css Color HEX #DCC412 Sunflower

📋 copy color: '#DCC412'

red 220 ◦ green 196 ◦ blue 18

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

Shades of Sunflower #DCC412

Tints of Sunflower #DCC412

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.16%

 BLUE value IS 18 (7.42% from 255) = 4.15%

R = 50.69%
G = 45.16%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCC412 (or 0xDCC412) is known color: Sunflower. HEX triplet: DC, C4 and 12. RGB value is (220,196,18). Sum of RGB (Red+Green+Blue) = 220+196+18=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 18 (7.42% from 255 or 4.15% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC412 is #233BED. Grayscale: #B7B7B7. Windows color (decimal): -2309102 or 1230044. OLE color: 1230044.

HSL color Cylindrical-coordinate representation of color #DCC412: hue angle of 52.87º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCC412 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 196 18 -
CMYK 0 0.11 0.92 0.14
HSL 52.87º 0.85% 0.47% -
HSV(B) 52.87º 0.92% 0.86% -
XYZ 49.36 54.74 8.54 -
YUV 182.88 34.95 154.47 -
System Red Green Blue C M Y K H S L
Decimal 220 196 18 0 0.11 0.92 0.14 52.87 0.85 0.47
Hex DC C4 12 0 B 5C E 35 55 2F
Octal 334 304 22 0 13 134 16 65 125 57
Binary 11011100 11000100 10010 0 1011 1011100 1110 110101 1010101 101111

Color Harmonies of #DCC412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC412

Black with #DCC412

Text Example


Text Example

White with #DCC412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC412; }

 p { color: rgb(220,196,18); }

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

background-color css

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

 a { background-color: rgb(220,196,18); }

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

border-color css

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

 span { border-color: rgb(220,196,18); }

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