Html Css Color HEX #CDB677 Putty

📋 copy color: '#CDB677'

red 205 ◦ green 182 ◦ blue 119

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

Shades of Putty #CDB677

Tints of Putty #CDB677

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.97%

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

R = 40.51%
G = 35.97%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CDB677 (or 0xCDB677) is known color: Putty. HEX triplet: CD, B6 and 77. RGB value is (205,182,119). Sum of RGB (Red+Green+Blue) = 205+182+119=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB677 is #324988. Grayscale: #B5B5B5. Windows color (decimal): -3295625 or 7845581. OLE color: 7845581.

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

Color convert

RGB 205 182 119 -
CMYK 0 0.11 0.42 0.20
HSL 43.95º 0.46% 0.64% -
HSV(B) 43.95º 0.42% 0.8% -
XYZ 45.23 47.77 24.29 -
YUV 181.7 92.62 144.62 -
System Red Green Blue C M Y K H S L
Decimal 205 182 119 0 0.11 0.42 0.20 43.95 0.46 0.64
Hex CD B6 77 0 B 2A 14 2C 2E 40
Octal 315 266 167 0 13 52 24 54 56 100
Binary 11001101 10110110 1110111 0 1011 101010 10100 101100 101110 1000000

Color Harmonies of #CDB677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB677

Black with #CDB677

Text Example


Text Example

White with #CDB677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB677; }

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

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

background-color css

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

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

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

border-color css

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

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

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