Html Css Color HEX #DCBD20 Sunflower

📋 copy color: '#DCBD20'

red 220 ◦ green 189 ◦ blue 32

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

Shades of Sunflower #DCBD20

Tints of Sunflower #DCBD20

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.86%

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

R = 49.89%
G = 42.86%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCBD20 (or 0xDCBD20) is known color: Sunflower. HEX triplet: DC, BD and 20. RGB value is (220,189,32). Sum of RGB (Red+Green+Blue) = 220+189+32=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 32 (12.89% from 255 or 7.26% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD20 is #2342DF. Grayscale: #B5B5B5. Windows color (decimal): -2310880 or 2145756. OLE color: 2145756.

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

Color convert

RGB 220 189 32 -
CMYK 0 0.14 0.85 0.14
HSL 50.11º 0.75% 0.49% -
HSV(B) 50.11º 0.85% 0.86% -
XYZ 47.97 51.72 8.82 -
YUV 180.37 44.27 156.27 -
System Red Green Blue C M Y K H S L
Decimal 220 189 32 0 0.14 0.85 0.14 50.11 0.75 0.49
Hex DC BD 20 0 E 55 E 32 4B 31
Octal 334 275 40 0 16 125 16 62 113 61
Binary 11011100 10111101 100000 0 1110 1010101 1110 110010 1001011 110001

Color Harmonies of #DCBD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD20

Black with #DCBD20

Text Example


Text Example

White with #DCBD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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