Html Css Color HEX #DCB40D Sunflower

📋 copy color: '#DCB40D'

red 220 ◦ green 180 ◦ blue 13

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

Shades of Sunflower #DCB40D

Tints of Sunflower #DCB40D

RGB

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

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

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

R = 53.27%
G = 43.58%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCB40D (or 0xDCB40D) is known color: Sunflower. HEX triplet: DC, B4 and 0D. RGB value is (220,180,13). Sum of RGB (Red+Green+Blue) = 220+180+13=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB40D is #234BF2. Grayscale: #ADADAD. Windows color (decimal): -2313203 or 898268. OLE color: 898268.

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

Color convert

RGB 220 180 13 -
CMYK 0 0.18 0.94 0.14
HSL 48.41º 0.89% 0.46% -
HSV(B) 48.41º 0.94% 0.86% -
XYZ 45.91 47.89 7.2 -
YUV 172.92 37.75 161.58 -
System Red Green Blue C M Y K H S L
Decimal 220 180 13 0 0.18 0.94 0.14 48.41 0.89 0.46
Hex DC B4 D 0 12 5E E 30 59 2E
Octal 334 264 15 0 22 136 16 60 131 56
Binary 11011100 10110100 1101 0 10010 1011110 1110 110000 1011001 101110

Color Harmonies of #DCB40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB40D

Black with #DCB40D

Text Example


Text Example

White with #DCB40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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