Html Css Color HEX #DCC819 Sunflower

📋 copy color: '#DCC819'

red 220 ◦ green 200 ◦ blue 25

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

Shades of Sunflower #DCC819

Tints of Sunflower #DCC819

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.94%

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

R = 49.44%
G = 44.94%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DCC819 (or 0xDCC819) is known color: Sunflower. HEX triplet: DC, C8 and 19. RGB value is (220,200,25). Sum of RGB (Red+Green+Blue) = 220+200+25=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 25 (10.16% from 255 or 5.62% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC819 is #2337E6. Grayscale: #BABABA. Windows color (decimal): -2308071 or 1689820. OLE color: 1689820.

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

Color convert

RGB 220 200 25 -
CMYK 0 0.09 0.89 0.14
HSL 53.85º 0.8% 0.48% -
HSV(B) 53.85º 0.89% 0.86% -
XYZ 50.34 56.59 9.19 -
YUV 186.03 37.13 152.23 -
System Red Green Blue C M Y K H S L
Decimal 220 200 25 0 0.09 0.89 0.14 53.85 0.8 0.48
Hex DC C8 19 0 9 59 E 36 50 30
Octal 334 310 31 0 11 131 16 66 120 60
Binary 11011100 11001000 11001 0 1001 1011001 1110 110110 1010000 110000

Color Harmonies of #DCC819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC819

Black with #DCC819

Text Example


Text Example

White with #DCC819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC819; }

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

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

background-color css

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

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

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

border-color css

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

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

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