Html Css Color HEX #CDB16A Putty

📋 copy color: '#CDB16A'

red 205 ◦ green 177 ◦ blue 106

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

Shades of Putty #CDB16A

Tints of Putty #CDB16A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.27%

 BLUE value IS 106 (41.8% from 255) = 21.72%

R = 42.01%
G = 36.27%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CDB16A (or 0xCDB16A) is known color: Putty. HEX triplet: CD, B1 and 6A. RGB value is (205,177,106). Sum of RGB (Red+Green+Blue) = 205+177+106=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB16A is #324E95. Grayscale: #B1B1B1. Windows color (decimal): -3296918 or 6992333. OLE color: 6992333.

HSL color Cylindrical-coordinate representation of color #CDB16A: hue angle of 43.03º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDB16A is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 177 106 -
CMYK 0 0.14 0.48 0.20
HSL 43.03º 0.5% 0.61% -
HSV(B) 43.03º 0.48% 0.8% -
XYZ 43.5 45.46 20.12 -
YUV 177.28 87.78 147.77 -
System Red Green Blue C M Y K H S L
Decimal 205 177 106 0 0.14 0.48 0.20 43.03 0.5 0.61
Hex CD B1 6A 0 E 30 14 2B 32 3D
Octal 315 261 152 0 16 60 24 53 62 75
Binary 11001101 10110001 1101010 0 1110 110000 10100 101011 110010 111101

Color Harmonies of #CDB16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB16A

Black with #CDB16A

Text Example


Text Example

White with #CDB16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB16A; }

 p { color: rgb(205,177,106); }

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

background-color css

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

 a { background-color: rgb(205,177,106); }

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

border-color css

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

 span { border-color: rgb(205,177,106); }

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