Html Css Color HEX #CDA56B Putty

📋 copy color: '#CDA56B'

red 205 ◦ green 165 ◦ blue 107

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

Shades of Putty #CDA56B

Tints of Putty #CDA56B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.59%

 BLUE value IS 107 (42.19% from 255) = 22.43%

R = 42.98%
G = 34.59%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CDA56B (or 0xCDA56B) is known color: Putty. HEX triplet: CD, A5 and 6B. RGB value is (205,165,107). Sum of RGB (Red+Green+Blue) = 205+165+107=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA56B is #325A94. Grayscale: #AAAAAA. Windows color (decimal): -3299989 or 7054797. OLE color: 7054797.

HSL color Cylindrical-coordinate representation of color #CDA56B: hue angle of 35.51º degrees, saturation: 0.49, 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 #CDA56B is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 165 107 -
CMYK 0 0.20 0.48 0.20
HSL 35.51º 0.49% 0.61% -
HSV(B) 35.51º 0.48% 0.8% -
XYZ 41.29 40.95 19.64 -
YUV 170.35 92.25 152.72 -
System Red Green Blue C M Y K H S L
Decimal 205 165 107 0 0.20 0.48 0.20 35.51 0.49 0.61
Hex CD A5 6B 0 14 30 14 24 31 3D
Octal 315 245 153 0 24 60 24 44 61 75
Binary 11001101 10100101 1101011 0 10100 110000 10100 100100 110001 111101

Color Harmonies of #CDA56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA56B

Black with #CDA56B

Text Example


Text Example

White with #CDA56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA56B; }

 p { color: rgb(205,165,107); }

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

background-color css

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

 a { background-color: rgb(205,165,107); }

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

border-color css

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

 span { border-color: rgb(205,165,107); }

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