Html Css Color HEX #DCB413 Sunflower

📋 copy color: '#DCB413'

red 220 ◦ green 180 ◦ blue 19

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

Shades of Sunflower #DCB413

Tints of Sunflower #DCB413

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.96%

 BLUE value IS 19 (7.81% from 255) = 4.53%

R = 52.51%
G = 42.96%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCB413 (or 0xDCB413) is known color: Sunflower. HEX triplet: DC, B4 and 13. RGB value is (220,180,19). Sum of RGB (Red+Green+Blue) = 220+180+19=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB413 is #234BEC. Grayscale: #AEAEAE. Windows color (decimal): -2313197 or 1291484. OLE color: 1291484.

HSL color Cylindrical-coordinate representation of color #DCB413: hue angle of 48.06º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCB413 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 180 19 -
CMYK 0 0.18 0.91 0.14
HSL 48.06º 0.84% 0.47% -
HSV(B) 48.06º 0.91% 0.86% -
XYZ 45.95 47.91 7.44 -
YUV 173.61 40.75 161.09 -
System Red Green Blue C M Y K H S L
Decimal 220 180 19 0 0.18 0.91 0.14 48.06 0.84 0.47
Hex DC B4 13 0 12 5B E 30 54 2F
Octal 334 264 23 0 22 133 16 60 124 57
Binary 11011100 10110100 10011 0 10010 1011011 1110 110000 1010100 101111

Color Harmonies of #DCB413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB413

Black with #DCB413

Text Example


Text Example

White with #DCB413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB413; }

 p { color: rgb(220,180,19); }

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

background-color css

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

 a { background-color: rgb(220,180,19); }

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

border-color css

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

 span { border-color: rgb(220,180,19); }

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