Html Css Color HEX #DCB50D Sunflower

📋 copy color: '#DCB50D'

red 220 ◦ green 181 ◦ blue 13

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

Shades of Sunflower #DCB50D

Tints of Sunflower #DCB50D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.72%

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

R = 53.14%
G = 43.72%
B = 3.14%

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

#DCB50D (or 0xDCB50D) is known color: Sunflower. HEX triplet: DC, B5 and 0D. RGB value is (220,181,13). Sum of RGB (Red+Green+Blue) = 220+181+13=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 181 (71.09% from 255 or 43.72% from 414); Blue value is 13 (5.47% from 255 or 3.14% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB50D is #234AF2. Grayscale: #AEAEAE. Windows color (decimal): -2312947 or 898524. OLE color: 898524.

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

Color convert

RGB 220 181 13 -
CMYK 0 0.18 0.94 0.14
HSL 48.7º 0.89% 0.46% -
HSV(B) 48.7º 0.94% 0.86% -
XYZ 46.11 48.29 7.27 -
YUV 173.51 37.42 161.16 -
System Red Green Blue C M Y K H S L
Decimal 220 181 13 0 0.18 0.94 0.14 48.7 0.89 0.46
Hex DC B5 D 0 12 5E E 31 59 2E
Octal 334 265 15 0 22 136 16 61 131 56
Binary 11011100 10110101 1101 0 10010 1011110 1110 110001 1011001 101110

Color Harmonies of #DCB50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB50D

Black with #DCB50D

Text Example


Text Example

White with #DCB50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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