Html Css Color HEX #DCC216 Sunflower

📋 copy color: '#DCC216'

red 220 ◦ green 194 ◦ blue 22

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

Shades of Sunflower #DCC216

Tints of Sunflower #DCC216

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.5%

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

R = 50.46%
G = 44.5%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DCC216 (or 0xDCC216) is known color: Sunflower. HEX triplet: DC, C2 and 16. RGB value is (220,194,22). Sum of RGB (Red+Green+Blue) = 220+194+22=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 22 (8.98% from 255 or 5.05% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC216 is #233DE9. Grayscale: #B6B6B6. Windows color (decimal): -2309610 or 1491676. OLE color: 1491676.

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

Color convert

RGB 220 194 22 -
CMYK 0 0.12 0.9 0.14
HSL 52.12º 0.82% 0.47% -
HSV(B) 52.12º 0.9% 0.86% -
XYZ 48.95 53.86 8.57 -
YUV 182.17 37.61 154.99 -
System Red Green Blue C M Y K H S L
Decimal 220 194 22 0 0.12 0.9 0.14 52.12 0.82 0.47
Hex DC C2 16 0 C 5A E 34 52 2F
Octal 334 302 26 0 14 132 16 64 122 57
Binary 11011100 11000010 10110 0 1100 1011010 1110 110100 1010010 101111

Color Harmonies of #DCC216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC216

Black with #DCC216

Text Example


Text Example

White with #DCC216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC216; }

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

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

background-color css

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

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

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

border-color css

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

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

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