Html Css Color HEX #CDA36D Putty

📋 copy color: '#CDA36D'

red 205 ◦ green 163 ◦ blue 109

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

Shades of Putty #CDA36D

Tints of Putty #CDA36D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.85%

R = 42.98%
G = 34.17%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CDA36D (or 0xCDA36D) is known color: Putty. HEX triplet: CD, A3 and 6D. RGB value is (205,163,109). Sum of RGB (Red+Green+Blue) = 205+163+109=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA36D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA36D is #325C92. Grayscale: #A9A9A9. Windows color (decimal): -3300499 or 7185357. OLE color: 7185357.

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

Color convert

RGB 205 163 109 -
CMYK 0 0.20 0.47 0.20
HSL 33.75º 0.49% 0.62% -
HSV(B) 33.75º 0.47% 0.8% -
XYZ 41.03 40.28 20.08 -
YUV 169.4 93.91 153.39 -
System Red Green Blue C M Y K H S L
Decimal 205 163 109 0 0.20 0.47 0.20 33.75 0.49 0.62
Hex CD A3 6D 0 14 2F 14 22 31 3E
Octal 315 243 155 0 24 57 24 42 61 76
Binary 11001101 10100011 1101101 0 10100 101111 10100 100010 110001 111110

Color Harmonies of #CDA36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA36D

Black with #CDA36D

Text Example


Text Example

White with #CDA36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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