Html Css Color HEX #CDB371 Putty

📋 copy color: '#CDB371'

red 205 ◦ green 179 ◦ blue 113

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

Shades of Putty #CDB371

Tints of Putty #CDB371

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.02%

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

R = 41.25%
G = 36.02%
B = 22.74%

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

#CDB371 (or 0xCDB371) is known color: Putty. HEX triplet: CD, B3 and 71. RGB value is (205,179,113). Sum of RGB (Red+Green+Blue) = 205+179+113=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB371 is #324C8E. Grayscale: #B3B3B3. Windows color (decimal): -3296399 or 7451597. OLE color: 7451597.

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

Color convert

RGB 205 179 113 -
CMYK 0 0.13 0.45 0.20
HSL 43.04º 0.48% 0.62% -
HSV(B) 43.04º 0.45% 0.8% -
XYZ 44.28 46.41 22.25 -
YUV 179.25 90.61 146.37 -
System Red Green Blue C M Y K H S L
Decimal 205 179 113 0 0.13 0.45 0.20 43.04 0.48 0.62
Hex CD B3 71 0 D 2D 14 2B 30 3E
Octal 315 263 161 0 15 55 24 53 60 76
Binary 11001101 10110011 1110001 0 1101 101101 10100 101011 110000 111110

Color Harmonies of #CDB371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB371

Black with #CDB371

Text Example


Text Example

White with #CDB371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB371; }

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

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

background-color css

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

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

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

border-color css

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

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

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