Html Css Color HEX #CDA373 Putty

📋 copy color: '#CDA373'

red 205 ◦ green 163 ◦ blue 115

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

Shades of Putty #CDA373

Tints of Putty #CDA373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.81%

R = 42.44%
G = 33.75%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CDA373 (or 0xCDA373) is known color: Putty. HEX triplet: CD, A3 and 73. RGB value is (205,163,115). Sum of RGB (Red+Green+Blue) = 205+163+115=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA373 is #325C8C. Grayscale: #AAAAAA. Windows color (decimal): -3300493 or 7578573. OLE color: 7578573.

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

Color convert

RGB 205 163 115 -
CMYK 0 0.20 0.44 0.20
HSL 32º 0.47% 0.63% -
HSV(B) 32º 0.44% 0.8% -
XYZ 41.37 40.41 21.84 -
YUV 170.09 96.91 152.9 -
System Red Green Blue C M Y K H S L
Decimal 205 163 115 0 0.20 0.44 0.20 32 0.47 0.63
Hex CD A3 73 0 14 2C 14 20 2F 3F
Octal 315 243 163 0 24 54 24 40 57 77
Binary 11001101 10100011 1110011 0 10100 101100 10100 100000 101111 111111

Color Harmonies of #CDA373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA373

Black with #CDA373

Text Example


Text Example

White with #CDA373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA373; }

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

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

background-color css

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

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

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

border-color css

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

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

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