Html Css Color HEX #D2B269 Putty

📋 copy color: '#D2B269'

red 210 ◦ green 178 ◦ blue 105

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

Shades of Putty #D2B269

Tints of Putty #D2B269

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.11%

 BLUE value IS 105 (41.41% from 255) = 21.3%

R = 42.6%
G = 36.11%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2B269 (or 0xD2B269) is known color: Putty. HEX triplet: D2, B2 and 69. RGB value is (210,178,105). Sum of RGB (Red+Green+Blue) = 210+178+105=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B269 is #2D4D96. Grayscale: #B3B3B3. Windows color (decimal): -2968983 or 6927058. OLE color: 6927058.

HSL color Cylindrical-coordinate representation of color #D2B269: hue angle of 41.71º 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 #D2B269 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 178 105 -
CMYK 0 0.15 0.50 0.18
HSL 41.71º 0.54% 0.62% -
HSV(B) 41.71º 0.5% 0.82% -
XYZ 45.05 46.56 19.98 -
YUV 179.25 86.1 149.94 -
System Red Green Blue C M Y K H S L
Decimal 210 178 105 0 0.15 0.50 0.18 41.71 0.54 0.62
Hex D2 B2 69 0 F 32 12 2A 36 3E
Octal 322 262 151 0 17 62 22 52 66 76
Binary 11010010 10110010 1101001 0 1111 110010 10010 101010 110110 111110

Color Harmonies of #D2B269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B269

Black with #D2B269

Text Example


Text Example

White with #D2B269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B269; }

 p { color: rgb(210,178,105); }

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

background-color css

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

 a { background-color: rgb(210,178,105); }

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

border-color css

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

 span { border-color: rgb(210,178,105); }

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