Html Css Color HEX #DCC218 Sunflower

📋 copy color: '#DCC218'

red 220 ◦ green 194 ◦ blue 24

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

Shades of Sunflower #DCC218

Tints of Sunflower #DCC218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.48%

R = 50.23%
G = 44.29%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DCC218 (or 0xDCC218) is known color: Sunflower. HEX triplet: DC, C2 and 18. RGB value is (220,194,24). Sum of RGB (Red+Green+Blue) = 220+194+24=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 24 (9.77% from 255 or 5.48% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC218 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC218 is #233DE7. Grayscale: #B7B7B7. Windows color (decimal): -2309608 or 1622748. OLE color: 1622748.

HSL color Cylindrical-coordinate representation of color #DCC218: hue angle of 52.04º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCC218 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 194 24 -
CMYK 0 0.12 0.89 0.14
HSL 52.04º 0.8% 0.48% -
HSV(B) 52.04º 0.89% 0.86% -
XYZ 48.97 53.87 8.68 -
YUV 182.39 38.61 154.82 -
System Red Green Blue C M Y K H S L
Decimal 220 194 24 0 0.12 0.89 0.14 52.04 0.8 0.48
Hex DC C2 18 0 C 59 E 34 50 30
Octal 334 302 30 0 14 131 16 64 120 60
Binary 11011100 11000010 11000 0 1100 1011001 1110 110100 1010000 110000

Color Harmonies of #DCC218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC218

Black with #DCC218

Text Example


Text Example

White with #DCC218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC218; }

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

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

background-color css

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

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

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

border-color css

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

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

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