Html Css Color HEX #DCBB20 Sunflower

📋 copy color: '#DCBB20'

red 220 ◦ green 187 ◦ blue 32

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

Shades of Sunflower #DCBB20

Tints of Sunflower #DCBB20

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.6%

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

R = 50.11%
G = 42.6%
B = 7.29%

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

#DCBB20 (or 0xDCBB20) is known color: Sunflower. HEX triplet: DC, BB and 20. RGB value is (220,187,32). Sum of RGB (Red+Green+Blue) = 220+187+32=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 32 (12.89% from 255 or 7.29% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBB20 is #2344DF. Grayscale: #B3B3B3. Windows color (decimal): -2311392 or 2145244. OLE color: 2145244.

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

Color convert

RGB 220 187 32 -
CMYK 0 0.15 0.85 0.14
HSL 49.47º 0.75% 0.49% -
HSV(B) 49.47º 0.85% 0.86% -
XYZ 47.55 50.86 8.68 -
YUV 179.2 44.93 157.1 -
System Red Green Blue C M Y K H S L
Decimal 220 187 32 0 0.15 0.85 0.14 49.47 0.75 0.49
Hex DC BB 20 0 F 55 E 31 4B 31
Octal 334 273 40 0 17 125 16 61 113 61
Binary 11011100 10111011 100000 0 1111 1010101 1110 110001 1001011 110001

Color Harmonies of #DCBB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBB20

Black with #DCBB20

Text Example


Text Example

White with #DCBB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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