Html Css Color HEX #DCC312 Sunflower

📋 copy color: '#DCC312'

red 220 ◦ green 195 ◦ blue 18

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

Shades of Sunflower #DCC312

Tints of Sunflower #DCC312

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.03%

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

R = 50.81%
G = 45.03%
B = 4.16%

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

#DCC312 (or 0xDCC312) is known color: Sunflower. HEX triplet: DC, C3 and 12. RGB value is (220,195,18). Sum of RGB (Red+Green+Blue) = 220+195+18=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC312 is #233CED. Grayscale: #B7B7B7. Windows color (decimal): -2309358 or 1229788. OLE color: 1229788.

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

Color convert

RGB 220 195 18 -
CMYK 0 0.11 0.92 0.14
HSL 52.57º 0.85% 0.47% -
HSV(B) 52.57º 0.92% 0.86% -
XYZ 49.14 54.29 8.46 -
YUV 182.3 35.28 154.89 -
System Red Green Blue C M Y K H S L
Decimal 220 195 18 0 0.11 0.92 0.14 52.57 0.85 0.47
Hex DC C3 12 0 B 5C E 35 55 2F
Octal 334 303 22 0 13 134 16 65 125 57
Binary 11011100 11000011 10010 0 1011 1011100 1110 110101 1010101 101111

Color Harmonies of #DCC312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC312

Black with #DCC312

Text Example


Text Example

White with #DCC312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC312; }

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

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

background-color css

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

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

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

border-color css

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

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

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