Html Css Color HEX #CDB17D Putty

📋 copy color: '#CDB17D'

red 205 ◦ green 177 ◦ blue 125

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

Shades of Putty #CDB17D

Tints of Putty #CDB17D

RGB

 RED value IS 205 (80.47% from 255) = 40.43%

 GREEN value IS 177 (69.53% from 255) = 34.91%

 BLUE value IS 125 (49.22% from 255) = 24.65%

R = 40.43%
G = 34.91%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CDB17D (or 0xCDB17D) is known color: Putty. HEX triplet: CD, B1 and 7D. RGB value is (205,177,125). Sum of RGB (Red+Green+Blue) = 205+177+125=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB17D is #324E82. Grayscale: #B3B3B3. Windows color (decimal): -3296899 or 8237517. OLE color: 8237517.

HSL color Cylindrical-coordinate representation of color #CDB17D: hue angle of 39º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDB17D is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 177 125 -
CMYK 0 0.14 0.39 0.20
HSL 39º 0.44% 0.65% -
HSV(B) 39º 0.39% 0.8% -
XYZ 44.6 45.9 25.91 -
YUV 179.44 97.28 146.23 -
System Red Green Blue C M Y K H S L
Decimal 205 177 125 0 0.14 0.39 0.20 39 0.44 0.65
Hex CD B1 7D 0 E 27 14 27 2C 41
Octal 315 261 175 0 16 47 24 47 54 101
Binary 11001101 10110001 1111101 0 1110 100111 10100 100111 101100 1000001

Color Harmonies of #CDB17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB17D

Black with #CDB17D

Text Example


Text Example

White with #CDB17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB17D; }

 p { color: rgb(205,177,125); }

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

background-color css

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

 a { background-color: rgb(205,177,125); }

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

border-color css

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

 span { border-color: rgb(205,177,125); }

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