Html Css Color HEX #CDA36F Putty

📋 copy color: '#CDA36F'

red 205 ◦ green 163 ◦ blue 111

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

Shades of Putty #CDA36F

Tints of Putty #CDA36F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.03%

 BLUE value IS 111 (43.75% from 255) = 23.17%

R = 42.8%
G = 34.03%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CDA36F (or 0xCDA36F) is known color: Putty. HEX triplet: CD, A3 and 6F. RGB value is (205,163,111). Sum of RGB (Red+Green+Blue) = 205+163+111=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA36F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA36F is #325C90. Grayscale: #A9A9A9. Windows color (decimal): -3300497 or 7316429. OLE color: 7316429.

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

Color convert

RGB 205 163 111 -
CMYK 0 0.20 0.46 0.20
HSL 33.19º 0.48% 0.62% -
HSV(B) 33.19º 0.46% 0.8% -
XYZ 41.14 40.32 20.65 -
YUV 169.63 94.91 153.23 -
System Red Green Blue C M Y K H S L
Decimal 205 163 111 0 0.20 0.46 0.20 33.19 0.48 0.62
Hex CD A3 6F 0 14 2E 14 21 30 3E
Octal 315 243 157 0 24 56 24 41 60 76
Binary 11001101 10100011 1101111 0 10100 101110 10100 100001 110000 111110

Color Harmonies of #CDA36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA36F

Black with #CDA36F

Text Example


Text Example

White with #CDA36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA36F; }

 p { color: rgb(205,163,111); }

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

background-color css

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

 a { background-color: rgb(205,163,111); }

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

border-color css

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

 span { border-color: rgb(205,163,111); }

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