Html Css Color HEX #D2B068 Putty

📋 copy color: '#D2B068'

red 210 ◦ green 176 ◦ blue 104

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

Shades of Putty #D2B068

Tints of Putty #D2B068

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.92%

 BLUE value IS 104 (41.02% from 255) = 21.22%

R = 42.86%
G = 35.92%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2B068 (or 0xD2B068) is known color: Putty. HEX triplet: D2, B0 and 68. RGB value is (210,176,104). Sum of RGB (Red+Green+Blue) = 210+176+104=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B068 is #2D4F97. Grayscale: #B2B2B2. Windows color (decimal): -2969496 or 6861010. OLE color: 6861010.

HSL color Cylindrical-coordinate representation of color #D2B068: hue angle of 40.75º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2B068 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 176 104 -
CMYK 0 0.16 0.50 0.18
HSL 40.75º 0.54% 0.62% -
HSV(B) 40.75º 0.5% 0.82% -
XYZ 44.6 45.75 19.58 -
YUV 177.96 86.26 150.85 -
System Red Green Blue C M Y K H S L
Decimal 210 176 104 0 0.16 0.50 0.18 40.75 0.54 0.62
Hex D2 B0 68 0 10 32 12 29 36 3E
Octal 322 260 150 0 20 62 22 51 66 76
Binary 11010010 10110000 1101000 0 10000 110010 10010 101001 110110 111110

Color Harmonies of #D2B068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B068

Black with #D2B068

Text Example


Text Example

White with #D2B068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B068; }

 p { color: rgb(210,176,104); }

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

background-color css

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

 a { background-color: rgb(210,176,104); }

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

border-color css

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

 span { border-color: rgb(210,176,104); }

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