Html Css Color HEX #D2B74F Tacha

📋 copy color: '#D2B74F'

red 210 ◦ green 183 ◦ blue 79

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

Shades of Tacha #D2B74F

Tints of Tacha #D2B74F

RGB

 RED value IS 210 (82.42% from 255) = 44.49%

 GREEN value IS 183 (71.88% from 255) = 38.77%

 BLUE value IS 79 (31.25% from 255) = 16.74%

R = 44.49%
G = 38.77%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D2B74F (or 0xD2B74F) is known color: Tacha. HEX triplet: D2, B7 and 4F. RGB value is (210,183,79). Sum of RGB (Red+Green+Blue) = 210+183+79=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 79 (31.25% from 255 or 16.74% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B74F is #2D48B0. Grayscale: #B3B3B3. Windows color (decimal): -2967729 or 5224402. OLE color: 5224402.

HSL color Cylindrical-coordinate representation of color #D2B74F: hue angle of 47.63º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2B74F is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 183 79 -
CMYK 0 0.13 0.62 0.18
HSL 47.63º 0.59% 0.57% -
HSV(B) 47.63º 0.62% 0.82% -
XYZ 44.92 48.13 14.32 -
YUV 179.22 71.45 149.96 -
System Red Green Blue C M Y K H S L
Decimal 210 183 79 0 0.13 0.62 0.18 47.63 0.59 0.57
Hex D2 B7 4F 0 D 3E 12 30 3B 39
Octal 322 267 117 0 15 76 22 60 73 71
Binary 11010010 10110111 1001111 0 1101 111110 10010 110000 111011 111001

Color Harmonies of #D2B74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B74F

Black with #D2B74F

Text Example


Text Example

White with #D2B74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B74F; }

 p { color: rgb(210,183,79); }

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

background-color css

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

 a { background-color: rgb(210,183,79); }

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

border-color css

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

 span { border-color: rgb(210,183,79); }

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