Html Css Color HEX #CDB271 Putty

📋 copy color: '#CDB271'

red 205 ◦ green 178 ◦ blue 113

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

Shades of Putty #CDB271

Tints of Putty #CDB271

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.89%

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

R = 41.33%
G = 35.89%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CDB271 (or 0xCDB271) is known color: Putty. HEX triplet: CD, B2 and 71. RGB value is (205,178,113). Sum of RGB (Red+Green+Blue) = 205+178+113=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB271 is #324D8E. Grayscale: #B2B2B2. Windows color (decimal): -3296655 or 7451341. OLE color: 7451341.

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

Color convert

RGB 205 178 113 -
CMYK 0 0.13 0.45 0.20
HSL 42.39º 0.48% 0.62% -
HSV(B) 42.39º 0.45% 0.8% -
XYZ 44.08 46.01 22.18 -
YUV 178.66 90.95 146.79 -
System Red Green Blue C M Y K H S L
Decimal 205 178 113 0 0.13 0.45 0.20 42.39 0.48 0.62
Hex CD B2 71 0 D 2D 14 2A 30 3E
Octal 315 262 161 0 15 55 24 52 60 76
Binary 11001101 10110010 1110001 0 1101 101101 10100 101010 110000 111110

Color Harmonies of #CDB271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB271

Black with #CDB271

Text Example


Text Example

White with #CDB271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB271; }

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

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

background-color css

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

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

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

border-color css

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

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

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