Html Css Color HEX #DCC316 Sunflower

📋 copy color: '#DCC316'

red 220 ◦ green 195 ◦ blue 22

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

Shades of Sunflower #DCC316

Tints of Sunflower #DCC316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.03%

R = 50.34%
G = 44.62%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DCC316 (or 0xDCC316) is known color: Sunflower. HEX triplet: DC, C3 and 16. RGB value is (220,195,22). Sum of RGB (Red+Green+Blue) = 220+195+22=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC316 is #233CE9. Grayscale: #B7B7B7. Windows color (decimal): -2309354 or 1491932. OLE color: 1491932.

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

Color convert

RGB 220 195 22 -
CMYK 0 0.11 0.9 0.14
HSL 52.42º 0.82% 0.47% -
HSV(B) 52.42º 0.9% 0.86% -
XYZ 49.18 54.3 8.65 -
YUV 182.75 37.28 154.57 -
System Red Green Blue C M Y K H S L
Decimal 220 195 22 0 0.11 0.9 0.14 52.42 0.82 0.47
Hex DC C3 16 0 B 5A E 34 52 2F
Octal 334 303 26 0 13 132 16 64 122 57
Binary 11011100 11000011 10110 0 1011 1011010 1110 110100 1010010 101111

Color Harmonies of #DCC316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC316

Black with #DCC316

Text Example


Text Example

White with #DCC316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC316; }

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

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

background-color css

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

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

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

border-color css

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

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

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