Html Css Color HEX #CDB577 Putty

📋 copy color: '#CDB577'

red 205 ◦ green 181 ◦ blue 119

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

Shades of Putty #CDB577

Tints of Putty #CDB577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.56%

R = 40.59%
G = 35.84%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CDB577 (or 0xCDB577) is known color: Putty. HEX triplet: CD, B5 and 77. RGB value is (205,181,119). Sum of RGB (Red+Green+Blue) = 205+181+119=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB577 is #324A88. Grayscale: #B5B5B5. Windows color (decimal): -3295881 or 7845325. OLE color: 7845325.

HSL color Cylindrical-coordinate representation of color #CDB577: hue angle of 43.26º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDB577 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 181 119 -
CMYK 0 0.12 0.42 0.20
HSL 43.26º 0.46% 0.64% -
HSV(B) 43.26º 0.42% 0.8% -
XYZ 45.03 47.36 24.22 -
YUV 181.11 92.95 145.04 -
System Red Green Blue C M Y K H S L
Decimal 205 181 119 0 0.12 0.42 0.20 43.26 0.46 0.64
Hex CD B5 77 0 C 2A 14 2B 2E 40
Octal 315 265 167 0 14 52 24 53 56 100
Binary 11001101 10110101 1110111 0 1100 101010 10100 101011 101110 1000000

Color Harmonies of #CDB577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB577

Black with #CDB577

Text Example


Text Example

White with #CDB577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB577; }

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

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

background-color css

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

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

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

border-color css

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

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

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