Html Css Color HEX #DCC419 Sunflower

📋 copy color: '#DCC419'

red 220 ◦ green 196 ◦ blue 25

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

Shades of Sunflower #DCC419

Tints of Sunflower #DCC419

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.44%

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

R = 49.89%
G = 44.44%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DCC419 (or 0xDCC419) is known color: Sunflower. HEX triplet: DC, C4 and 19. RGB value is (220,196,25). Sum of RGB (Red+Green+Blue) = 220+196+25=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 25 (10.16% from 255 or 5.67% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC419 is #233BE6. Grayscale: #B8B8B8. Windows color (decimal): -2309095 or 1688796. OLE color: 1688796.

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

Color convert

RGB 220 196 25 -
CMYK 0 0.11 0.89 0.14
HSL 52.62º 0.8% 0.48% -
HSV(B) 52.62º 0.89% 0.86% -
XYZ 49.43 54.77 8.89 -
YUV 183.68 38.45 153.9 -
System Red Green Blue C M Y K H S L
Decimal 220 196 25 0 0.11 0.89 0.14 52.62 0.8 0.48
Hex DC C4 19 0 B 59 E 35 50 30
Octal 334 304 31 0 13 131 16 65 120 60
Binary 11011100 11000100 11001 0 1011 1011001 1110 110101 1010000 110000

Color Harmonies of #DCC419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC419

Black with #DCC419

Text Example


Text Example

White with #DCC419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC419; }

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

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

background-color css

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

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

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

border-color css

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

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

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