Html Css Color HEX #DCBC20 Sunflower

📋 copy color: '#DCBC20'

red 220 ◦ green 188 ◦ blue 32

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

Shades of Sunflower #DCBC20

Tints of Sunflower #DCBC20

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.73%

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

R = 50%
G = 42.73%
B = 7.27%

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

#DCBC20 (or 0xDCBC20) is known color: Sunflower. HEX triplet: DC, BC and 20. RGB value is (220,188,32). Sum of RGB (Red+Green+Blue) = 220+188+32=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 32 (12.89% from 255 or 7.27% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBC20 is #2343DF. Grayscale: #B4B4B4. Windows color (decimal): -2311136 or 2145500. OLE color: 2145500.

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

Color convert

RGB 220 188 32 -
CMYK 0 0.15 0.85 0.14
HSL 49.79º 0.75% 0.49% -
HSV(B) 49.79º 0.85% 0.86% -
XYZ 47.76 51.29 8.75 -
YUV 179.78 44.6 156.68 -
System Red Green Blue C M Y K H S L
Decimal 220 188 32 0 0.15 0.85 0.14 49.79 0.75 0.49
Hex DC BC 20 0 F 55 E 32 4B 31
Octal 334 274 40 0 17 125 16 62 113 61
Binary 11011100 10111100 100000 0 1111 1010101 1110 110010 1001011 110001

Color Harmonies of #DCBC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC20

Black with #DCBC20

Text Example


Text Example

White with #DCBC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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