Html Css Color HEX #D0BA72 Putty

📋 copy color: '#D0BA72'

red 208 ◦ green 186 ◦ blue 114

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

Shades of Putty #D0BA72

Tints of Putty #D0BA72

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.61%

 BLUE value IS 114 (44.92% from 255) = 22.44%

R = 40.94%
G = 36.61%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D0BA72 (or 0xD0BA72) is known color: Putty. HEX triplet: D0, BA and 72. RGB value is (208,186,114). Sum of RGB (Red+Green+Blue) = 208+186+114=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BA72 is #2F458D. Grayscale: #B8B8B8. Windows color (decimal): -3097998 or 7518928. OLE color: 7518928.

HSL color Cylindrical-coordinate representation of color #D0BA72: hue angle of 45.96º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0BA72 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 186 114 -
CMYK 0 0.11 0.45 0.18
HSL 45.96º 0.5% 0.63% -
HSV(B) 45.96º 0.45% 0.82% -
XYZ 46.61 49.74 23.06 -
YUV 184.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 208 186 114 0 0.11 0.45 0.18 45.96 0.5 0.63
Hex D0 BA 72 0 B 2D 12 2E 32 3F
Octal 320 272 162 0 13 55 22 56 62 77
Binary 11010000 10111010 1110010 0 1011 101101 10010 101110 110010 111111

Color Harmonies of #D0BA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BA72

Black with #D0BA72

Text Example


Text Example

White with #D0BA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BA72; }

 p { color: rgb(208,186,114); }

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

background-color css

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

 a { background-color: rgb(208,186,114); }

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

border-color css

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

 span { border-color: rgb(208,186,114); }

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