Html Css Color HEX #DCB20D Sunflower

📋 copy color: '#DCB20D'

red 220 ◦ green 178 ◦ blue 13

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

Shades of Sunflower #DCB20D

Tints of Sunflower #DCB20D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.31%

 BLUE value IS 13 (5.47% from 255) = 3.16%

R = 53.53%
G = 43.31%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCB20D (or 0xDCB20D) is known color: Sunflower. HEX triplet: DC, B2 and 0D. RGB value is (220,178,13). Sum of RGB (Red+Green+Blue) = 220+178+13=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB20D is #234DF2. Grayscale: #ACACAC. Windows color (decimal): -2313715 or 897756. OLE color: 897756.

HSL color Cylindrical-coordinate representation of color #DCB20D: hue angle of 47.83º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCB20D is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 178 13 -
CMYK 0 0.19 0.94 0.14
HSL 47.83º 0.89% 0.46% -
HSV(B) 47.83º 0.94% 0.86% -
XYZ 45.51 47.09 7.07 -
YUV 171.75 38.41 162.42 -
System Red Green Blue C M Y K H S L
Decimal 220 178 13 0 0.19 0.94 0.14 47.83 0.89 0.46
Hex DC B2 D 0 13 5E E 30 59 2E
Octal 334 262 15 0 23 136 16 60 131 56
Binary 11011100 10110010 1101 0 10011 1011110 1110 110000 1011001 101110

Color Harmonies of #DCB20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB20D

Black with #DCB20D

Text Example


Text Example

White with #DCB20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB20D; }

 p { color: rgb(220,178,13); }

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

background-color css

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

 a { background-color: rgb(220,178,13); }

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

border-color css

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

 span { border-color: rgb(220,178,13); }

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