Html Css Color HEX #D9B952 Tacha

📋 copy color: '#D9B952'

red 217 ◦ green 185 ◦ blue 82

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

Shades of Tacha #D9B952

Tints of Tacha #D9B952

RGB

 RED value IS 217 (85.16% from 255) = 44.83%

 GREEN value IS 185 (72.66% from 255) = 38.22%

 BLUE value IS 82 (32.42% from 255) = 16.94%

R = 44.83%
G = 38.22%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D9B952 (or 0xD9B952) is known color: Tacha. HEX triplet: D9, B9 and 52. RGB value is (217,185,82). Sum of RGB (Red+Green+Blue) = 217+185+82=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B952 is #2646AD. Grayscale: #B7B7B7. Windows color (decimal): -2508462 or 5421529. OLE color: 5421529.

HSL color Cylindrical-coordinate representation of color #D9B952: hue angle of 45.78º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D9B952 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 185 82 -
CMYK 0 0.15 0.62 0.15
HSL 45.78º 0.64% 0.59% -
HSV(B) 45.78º 0.62% 0.85% -
XYZ 47.49 50.06 15.14 -
YUV 182.83 71.1 152.38 -
System Red Green Blue C M Y K H S L
Decimal 217 185 82 0 0.15 0.62 0.15 45.78 0.64 0.59
Hex D9 B9 52 0 F 3E F 2E 40 3B
Octal 331 271 122 0 17 76 17 56 100 73
Binary 11011001 10111001 1010010 0 1111 111110 1111 101110 1000000 111011

Color Harmonies of #D9B952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B952

Black with #D9B952

Text Example


Text Example

White with #D9B952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B952; }

 p { color: rgb(217,185,82); }

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

background-color css

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

 a { background-color: rgb(217,185,82); }

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

border-color css

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

 span { border-color: rgb(217,185,82); }

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