Html Css Color HEX #DCC519 Sunflower

📋 copy color: '#DCC519'

red 220 ◦ green 197 ◦ blue 25

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

Shades of Sunflower #DCC519

Tints of Sunflower #DCC519

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.57%

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

R = 49.77%
G = 44.57%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DCC519 (or 0xDCC519) is known color: Sunflower. HEX triplet: DC, C5 and 19. RGB value is (220,197,25). Sum of RGB (Red+Green+Blue) = 220+197+25=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 25 (10.16% from 255 or 5.66% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC519 is #233AE6. Grayscale: #B8B8B8. Windows color (decimal): -2308839 or 1689052. OLE color: 1689052.

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

Color convert

RGB 220 197 25 -
CMYK 0 0.10 0.89 0.14
HSL 52.92º 0.8% 0.48% -
HSV(B) 52.92º 0.89% 0.86% -
XYZ 49.66 55.22 8.96 -
YUV 184.27 38.12 153.49 -
System Red Green Blue C M Y K H S L
Decimal 220 197 25 0 0.10 0.89 0.14 52.92 0.8 0.48
Hex DC C5 19 0 A 59 E 35 50 30
Octal 334 305 31 0 12 131 16 65 120 60
Binary 11011100 11000101 11001 0 1010 1011001 1110 110101 1010000 110000

Color Harmonies of #DCC519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC519

Black with #DCC519

Text Example


Text Example

White with #DCC519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC519; }

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

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

background-color css

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

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

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

border-color css

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

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

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