Html Css Color HEX #CDB771 Putty

📋 copy color: '#CDB771'

red 205 ◦ green 183 ◦ blue 113

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

Shades of Putty #CDB771

Tints of Putty #CDB771

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.53%

 BLUE value IS 113 (44.53% from 255) = 22.55%

R = 40.92%
G = 36.53%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CDB771 (or 0xCDB771) is known color: Putty. HEX triplet: CD, B7 and 71. RGB value is (205,183,113). Sum of RGB (Red+Green+Blue) = 205+183+113=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB771 is #32488E. Grayscale: #B5B5B5. Windows color (decimal): -3295375 or 7452621. OLE color: 7452621.

HSL color Cylindrical-coordinate representation of color #CDB771: hue angle of 45.65º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDB771 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 183 113 -
CMYK 0 0.11 0.45 0.20
HSL 45.65º 0.48% 0.62% -
HSV(B) 45.65º 0.45% 0.8% -
XYZ 45.09 48.04 22.52 -
YUV 181.6 89.29 144.69 -
System Red Green Blue C M Y K H S L
Decimal 205 183 113 0 0.11 0.45 0.20 45.65 0.48 0.62
Hex CD B7 71 0 B 2D 14 2E 30 3E
Octal 315 267 161 0 13 55 24 56 60 76
Binary 11001101 10110111 1110001 0 1011 101101 10100 101110 110000 111110

Color Harmonies of #CDB771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB771

Black with #CDB771

Text Example


Text Example

White with #CDB771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB771; }

 p { color: rgb(205,183,113); }

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

background-color css

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

 a { background-color: rgb(205,183,113); }

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

border-color css

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

 span { border-color: rgb(205,183,113); }

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