Html Css Color HEX #D0B462 Tacha

📋 copy color: '#D0B462'

red 208 ◦ green 180 ◦ blue 98

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

Shades of Tacha #D0B462

Tints of Tacha #D0B462

RGB

 RED value IS 208 (81.64% from 255) = 42.8%

 GREEN value IS 180 (70.7% from 255) = 37.04%

 BLUE value IS 98 (38.67% from 255) = 20.16%

R = 42.8%
G = 37.04%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D0B462 (or 0xD0B462) is known color: Tacha. HEX triplet: D0, B4 and 62. RGB value is (208,180,98). Sum of RGB (Red+Green+Blue) = 208+180+98=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B462 is #2F4B9D. Grayscale: #B3B3B3. Windows color (decimal): -3099550 or 6468816. OLE color: 6468816.

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

Color convert

RGB 208 180 98 -
CMYK 0 0.13 0.53 0.18
HSL 44.73º 0.54% 0.6% -
HSV(B) 44.73º 0.53% 0.82% -
XYZ 44.54 46.93 18.27 -
YUV 179.02 82.28 148.67 -
System Red Green Blue C M Y K H S L
Decimal 208 180 98 0 0.13 0.53 0.18 44.73 0.54 0.6
Hex D0 B4 62 0 D 35 12 2D 36 3C
Octal 320 264 142 0 15 65 22 55 66 74
Binary 11010000 10110100 1100010 0 1101 110101 10010 101101 110110 111100

Color Harmonies of #D0B462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B462

Black with #D0B462

Text Example


Text Example

White with #D0B462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B462; }

 p { color: rgb(208,180,98); }

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

background-color css

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

 a { background-color: rgb(208,180,98); }

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

border-color css

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

 span { border-color: rgb(208,180,98); }

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