Html Css Color HEX #CDB071 Putty

📋 copy color: '#CDB071'

red 205 ◦ green 176 ◦ blue 113

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

Shades of Putty #CDB071

Tints of Putty #CDB071

RGB

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

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

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

R = 41.5%
G = 35.63%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CDB071 (or 0xCDB071) is known color: Putty. HEX triplet: CD, B0 and 71. RGB value is (205,176,113). Sum of RGB (Red+Green+Blue) = 205+176+113=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB071 is #324F8E. Grayscale: #B1B1B1. Windows color (decimal): -3297167 or 7450829. OLE color: 7450829.

HSL color Cylindrical-coordinate representation of color #CDB071: hue angle of 41.09º 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 #CDB071 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 176 113 -
CMYK 0 0.14 0.45 0.20
HSL 41.09º 0.48% 0.62% -
HSV(B) 41.09º 0.45% 0.8% -
XYZ 43.68 45.22 22.05 -
YUV 177.49 91.61 147.62 -
System Red Green Blue C M Y K H S L
Decimal 205 176 113 0 0.14 0.45 0.20 41.09 0.48 0.62
Hex CD B0 71 0 E 2D 14 29 30 3E
Octal 315 260 161 0 16 55 24 51 60 76
Binary 11001101 10110000 1110001 0 1110 101101 10100 101001 110000 111110

Color Harmonies of #CDB071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB071

Black with #CDB071

Text Example


Text Example

White with #CDB071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB071; }

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

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

background-color css

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

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

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

border-color css

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

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

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