Html Css Color HEX #DCBA20 Sunflower

📋 copy color: '#DCBA20'

red 220 ◦ green 186 ◦ blue 32

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

Shades of Sunflower #DCBA20

Tints of Sunflower #DCBA20

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.47%

 BLUE value IS 32 (12.89% from 255) = 7.31%

R = 50.23%
G = 42.47%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCBA20 (or 0xDCBA20) is known color: Sunflower. HEX triplet: DC, BA and 20. RGB value is (220,186,32). Sum of RGB (Red+Green+Blue) = 220+186+32=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 32 (12.89% from 255 or 7.31% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA20 is #2345DF. Grayscale: #B3B3B3. Windows color (decimal): -2311648 or 2144988. OLE color: 2144988.

HSL color Cylindrical-coordinate representation of color #DCBA20: hue angle of 49.15º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCBA20 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 186 32 -
CMYK 0 0.15 0.85 0.14
HSL 49.15º 0.75% 0.49% -
HSV(B) 49.15º 0.85% 0.86% -
XYZ 47.33 50.44 8.61 -
YUV 178.61 45.26 157.52 -
System Red Green Blue C M Y K H S L
Decimal 220 186 32 0 0.15 0.85 0.14 49.15 0.75 0.49
Hex DC BA 20 0 F 55 E 31 4B 31
Octal 334 272 40 0 17 125 16 61 113 61
Binary 11011100 10111010 100000 0 1111 1010101 1110 110001 1001011 110001

Color Harmonies of #DCBA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA20

Black with #DCBA20

Text Example


Text Example

White with #DCBA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA20; }

 p { color: rgb(220,186,32); }

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

background-color css

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

 a { background-color: rgb(220,186,32); }

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

border-color css

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

 span { border-color: rgb(220,186,32); }

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