Html Css Color HEX #D0B27B Putty

📋 copy color: '#D0B27B'

red 208 ◦ green 178 ◦ blue 123

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

Shades of Putty #D0B27B

Tints of Putty #D0B27B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.17%

R = 40.86%
G = 34.97%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0B27B (or 0xD0B27B) is known color: Putty. HEX triplet: D0, B2 and 7B. RGB value is (208,178,123). Sum of RGB (Red+Green+Blue) = 208+178+123=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B27B is #2F4D84. Grayscale: #B4B4B4. Windows color (decimal): -3100037 or 8106704. OLE color: 8106704.

HSL color Cylindrical-coordinate representation of color #D0B27B: hue angle of 38.82º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0B27B is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 178 123 -
CMYK 0 0.14 0.41 0.18
HSL 38.82º 0.47% 0.65% -
HSV(B) 38.82º 0.41% 0.82% -
XYZ 45.51 46.68 25.35 -
YUV 180.7 95.44 147.47 -
System Red Green Blue C M Y K H S L
Decimal 208 178 123 0 0.14 0.41 0.18 38.82 0.47 0.65
Hex D0 B2 7B 0 E 29 12 27 2F 41
Octal 320 262 173 0 16 51 22 47 57 101
Binary 11010000 10110010 1111011 0 1110 101001 10010 100111 101111 1000001

Color Harmonies of #D0B27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B27B

Black with #D0B27B

Text Example


Text Example

White with #D0B27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B27B; }

 p { color: rgb(208,178,123); }

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

background-color css

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

 a { background-color: rgb(208,178,123); }

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

border-color css

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

 span { border-color: rgb(208,178,123); }

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