Html Css Color HEX #DCC616 Sunflower

📋 copy color: '#DCC616'

red 220 ◦ green 198 ◦ blue 22

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

Shades of Sunflower #DCC616

Tints of Sunflower #DCC616

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45%

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

R = 50%
G = 45%
B = 5%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DCC616 (or 0xDCC616) is known color: Sunflower. HEX triplet: DC, C6 and 16. RGB value is (220,198,22). Sum of RGB (Red+Green+Blue) = 220+198+22=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 22 (8.98% from 255 or 5% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC616 is #2339E9. Grayscale: #B9B9B9. Windows color (decimal): -2308586 or 1492700. OLE color: 1492700.

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

Color convert

RGB 220 198 22 -
CMYK 0 0.1 0.9 0.14
HSL 53.33º 0.82% 0.47% -
HSV(B) 53.33º 0.9% 0.86% -
XYZ 49.85 55.66 8.88 -
YUV 184.51 36.29 153.31 -
System Red Green Blue C M Y K H S L
Decimal 220 198 22 0 0.1 0.9 0.14 53.33 0.82 0.47
Hex DC C6 16 0 A 5A E 35 52 2F
Octal 334 306 26 0 12 132 16 65 122 57
Binary 11011100 11000110 10110 0 1010 1011010 1110 110101 1010010 101111

Color Harmonies of #DCC616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC616

Black with #DCC616

Text Example


Text Example

White with #DCC616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC616; }

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

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

background-color css

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

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

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

border-color css

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

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

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