Html Css Color HEX #CDB971 Putty

📋 copy color: '#CDB971'

red 205 ◦ green 185 ◦ blue 113

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

Shades of Putty #CDB971

Tints of Putty #CDB971

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.78%

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

R = 40.76%
G = 36.78%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CDB971 (or 0xCDB971) is known color: Putty. HEX triplet: CD, B9 and 71. RGB value is (205,185,113). Sum of RGB (Red+Green+Blue) = 205+185+113=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB971 is #32468E. Grayscale: #B7B7B7. Windows color (decimal): -3294863 or 7453133. OLE color: 7453133.

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

Color convert

RGB 205 185 113 -
CMYK 0 0.10 0.45 0.20
HSL 46.96º 0.48% 0.62% -
HSV(B) 46.96º 0.45% 0.8% -
XYZ 45.51 48.87 22.66 -
YUV 182.77 88.63 143.85 -
System Red Green Blue C M Y K H S L
Decimal 205 185 113 0 0.10 0.45 0.20 46.96 0.48 0.62
Hex CD B9 71 0 A 2D 14 2F 30 3E
Octal 315 271 161 0 12 55 24 57 60 76
Binary 11001101 10111001 1110001 0 1010 101101 10100 101111 110000 111110

Color Harmonies of #CDB971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB971

Black with #CDB971

Text Example


Text Example

White with #CDB971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB971; }

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

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

background-color css

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

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

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

border-color css

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

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

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