Html Css Color HEX #DCC812 Sunflower

📋 copy color: '#DCC812'

red 220 ◦ green 200 ◦ blue 18

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

Shades of Sunflower #DCC812

Tints of Sunflower #DCC812

RGB

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

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

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

R = 50.23%
G = 45.66%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCC812 (or 0xDCC812) is known color: Sunflower. HEX triplet: DC, C8 and 12. RGB value is (220,200,18). Sum of RGB (Red+Green+Blue) = 220+200+18=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC812 is #2337ED. Grayscale: #B9B9B9. Windows color (decimal): -2308078 or 1231068. OLE color: 1231068.

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

Color convert

RGB 220 200 18 -
CMYK 0 0.09 0.92 0.14
HSL 54.06º 0.85% 0.47% -
HSV(B) 54.06º 0.92% 0.86% -
XYZ 50.28 56.57 8.84 -
YUV 185.23 33.63 152.8 -
System Red Green Blue C M Y K H S L
Decimal 220 200 18 0 0.09 0.92 0.14 54.06 0.85 0.47
Hex DC C8 12 0 9 5C E 36 55 2F
Octal 334 310 22 0 11 134 16 66 125 57
Binary 11011100 11001000 10010 0 1001 1011100 1110 110110 1010101 101111

Color Harmonies of #DCC812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC812

Black with #DCC812

Text Example


Text Example

White with #DCC812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC812; }

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

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

background-color css

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

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

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

border-color css

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

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

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