Html Css Color HEX #DCBE55 Tacha

📋 copy color: '#DCBE55'

red 220 ◦ green 190 ◦ blue 85

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

Shades of Tacha #DCBE55

Tints of Tacha #DCBE55

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.38%

 BLUE value IS 85 (33.59% from 255) = 17.17%

R = 44.44%
G = 38.38%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DCBE55 (or 0xDCBE55) is known color: Tacha. HEX triplet: DC, BE and 55. RGB value is (220,190,85). Sum of RGB (Red+Green+Blue) = 220+190+85=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 85 (33.59% from 255 or 17.17% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE55 is #2341AA. Grayscale: #BBBBBB. Windows color (decimal): -2310571 or 5619420. OLE color: 5619420.

HSL color Cylindrical-coordinate representation of color #DCBE55: hue angle of 46.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCBE55 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 190 85 -
CMYK 0 0.14 0.61 0.14
HSL 46.67º 0.66% 0.6% -
HSV(B) 46.67º 0.61% 0.86% -
XYZ 49.57 52.7 16.15 -
YUV 187 70.44 151.54 -
System Red Green Blue C M Y K H S L
Decimal 220 190 85 0 0.14 0.61 0.14 46.67 0.66 0.6
Hex DC BE 55 0 E 3D E 2F 42 3C
Octal 334 276 125 0 16 75 16 57 102 74
Binary 11011100 10111110 1010101 0 1110 111101 1110 101111 1000010 111100

Color Harmonies of #DCBE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE55

Black with #DCBE55

Text Example


Text Example

White with #DCBE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE55; }

 p { color: rgb(220,190,85); }

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

background-color css

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

 a { background-color: rgb(220,190,85); }

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

border-color css

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

 span { border-color: rgb(220,190,85); }

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