Html Css Color HEX #CDA36E Putty

📋 copy color: '#CDA36E'

red 205 ◦ green 163 ◦ blue 110

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

Shades of Putty #CDA36E

Tints of Putty #CDA36E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.01%

R = 42.89%
G = 34.1%
B = 23.01%

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

#CDA36E (or 0xCDA36E) is known color: Putty. HEX triplet: CD, A3 and 6E. RGB value is (205,163,110). Sum of RGB (Red+Green+Blue) = 205+163+110=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA36E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA36E is #325C91. Grayscale: #A9A9A9. Windows color (decimal): -3300498 or 7250893. OLE color: 7250893.

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

Color convert

RGB 205 163 110 -
CMYK 0 0.20 0.46 0.20
HSL 33.47º 0.49% 0.62% -
HSV(B) 33.47º 0.46% 0.8% -
XYZ 41.09 40.3 20.36 -
YUV 169.52 94.41 153.31 -
System Red Green Blue C M Y K H S L
Decimal 205 163 110 0 0.20 0.46 0.20 33.47 0.49 0.62
Hex CD A3 6E 0 14 2E 14 21 31 3E
Octal 315 243 156 0 24 56 24 41 61 76
Binary 11001101 10100011 1101110 0 10100 101110 10100 100001 110001 111110

Color Harmonies of #CDA36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA36E

Black with #CDA36E

Text Example


Text Example

White with #CDA36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA36E; }

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

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

background-color css

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

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

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

border-color css

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

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

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