Html Css Color HEX #D0B465 Tacha

📋 copy color: '#D0B465'

red 208 ◦ green 180 ◦ blue 101

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

Shades of Tacha #D0B465

Tints of Tacha #D0B465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.65%

R = 42.54%
G = 36.81%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D0B465 (or 0xD0B465) is known color: Tacha. HEX triplet: D0, B4 and 65. RGB value is (208,180,101). Sum of RGB (Red+Green+Blue) = 208+180+101=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 101 (39.84% from 255 or 20.65% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B465 is #2F4B9A. Grayscale: #B3B3B3. Windows color (decimal): -3099547 or 6665424. OLE color: 6665424.

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

Color convert

RGB 208 180 101 -
CMYK 0 0.13 0.51 0.18
HSL 44.3º 0.53% 0.61% -
HSV(B) 44.3º 0.51% 0.82% -
XYZ 44.68 46.99 19.03 -
YUV 179.37 83.78 148.42 -
System Red Green Blue C M Y K H S L
Decimal 208 180 101 0 0.13 0.51 0.18 44.3 0.53 0.61
Hex D0 B4 65 0 D 33 12 2C 35 3D
Octal 320 264 145 0 15 63 22 54 65 75
Binary 11010000 10110100 1100101 0 1101 110011 10010 101100 110101 111101

Color Harmonies of #D0B465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B465

Black with #D0B465

Text Example


Text Example

White with #D0B465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B465; }

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

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

background-color css

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

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

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

border-color css

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

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

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