Html Css Color HEX #DCB619 Sunflower

📋 copy color: '#DCB619'

red 220 ◦ green 182 ◦ blue 25

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

Shades of Sunflower #DCB619

Tints of Sunflower #DCB619

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.62%

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

R = 51.52%
G = 42.62%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DCB619 (or 0xDCB619) is known color: Sunflower. HEX triplet: DC, B6 and 19. RGB value is (220,182,25). Sum of RGB (Red+Green+Blue) = 220+182+25=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 25 (10.16% from 255 or 5.85% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB619 is #2349E6. Grayscale: #B0B0B0. Windows color (decimal): -2312679 or 1685212. OLE color: 1685212.

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

Color convert

RGB 220 182 25 -
CMYK 0 0.17 0.89 0.14
HSL 48.31º 0.8% 0.48% -
HSV(B) 48.31º 0.89% 0.86% -
XYZ 46.42 48.74 7.88 -
YUV 175.46 43.09 159.77 -
System Red Green Blue C M Y K H S L
Decimal 220 182 25 0 0.17 0.89 0.14 48.31 0.8 0.48
Hex DC B6 19 0 11 59 E 30 50 30
Octal 334 266 31 0 21 131 16 60 120 60
Binary 11011100 10110110 11001 0 10001 1011001 1110 110000 1010000 110000

Color Harmonies of #DCB619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB619

Black with #DCB619

Text Example


Text Example

White with #DCB619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB619; }

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

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

background-color css

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

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

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

border-color css

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

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

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