Html Css Color HEX #DCC219 Sunflower

📋 copy color: '#DCC219'

red 220 ◦ green 194 ◦ blue 25

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

Shades of Sunflower #DCC219

Tints of Sunflower #DCC219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.69%

R = 50.11%
G = 44.19%
B = 5.69%

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

#DCC219 (or 0xDCC219) is known color: Sunflower. HEX triplet: DC, C2 and 19. RGB value is (220,194,25). Sum of RGB (Red+Green+Blue) = 220+194+25=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 25 (10.16% from 255 or 5.69% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC219 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC219 is #233DE6. Grayscale: #B7B7B7. Windows color (decimal): -2309607 or 1688284. OLE color: 1688284.

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

Color convert

RGB 220 194 25 -
CMYK 0 0.12 0.89 0.14
HSL 52º 0.8% 0.48% -
HSV(B) 52º 0.89% 0.86% -
XYZ 48.98 53.87 8.74 -
YUV 182.51 39.11 154.74 -
System Red Green Blue C M Y K H S L
Decimal 220 194 25 0 0.12 0.89 0.14 52 0.8 0.48
Hex DC C2 19 0 C 59 E 34 50 30
Octal 334 302 31 0 14 131 16 64 120 60
Binary 11011100 11000010 11001 0 1100 1011001 1110 110100 1010000 110000

Color Harmonies of #DCC219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC219

Black with #DCC219

Text Example


Text Example

White with #DCC219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC219; }

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

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

background-color css

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

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

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

border-color css

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

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

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