Html Css Color HEX #CDB571 Putty

📋 copy color: '#CDB571'

red 205 ◦ green 181 ◦ blue 113

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

Shades of Putty #CDB571

Tints of Putty #CDB571

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.27%

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

R = 41.08%
G = 36.27%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CDB571 (or 0xCDB571) is known color: Putty. HEX triplet: CD, B5 and 71. RGB value is (205,181,113). Sum of RGB (Red+Green+Blue) = 205+181+113=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB571 is #324A8E. Grayscale: #B4B4B4. Windows color (decimal): -3295887 or 7452109. OLE color: 7452109.

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

Color convert

RGB 205 181 113 -
CMYK 0 0.12 0.45 0.20
HSL 44.35º 0.48% 0.62% -
HSV(B) 44.35º 0.45% 0.8% -
XYZ 44.68 47.22 22.38 -
YUV 180.42 89.95 145.53 -
System Red Green Blue C M Y K H S L
Decimal 205 181 113 0 0.12 0.45 0.20 44.35 0.48 0.62
Hex CD B5 71 0 C 2D 14 2C 30 3E
Octal 315 265 161 0 14 55 24 54 60 76
Binary 11001101 10110101 1110001 0 1100 101101 10100 101100 110000 111110

Color Harmonies of #CDB571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB571

Black with #CDB571

Text Example


Text Example

White with #CDB571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB571; }

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

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

background-color css

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

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

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

border-color css

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

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

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