Html Css Color HEX #CDA973 Putty

📋 copy color: '#CDA973'

red 205 ◦ green 169 ◦ blue 115

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

Shades of Putty #CDA973

Tints of Putty #CDA973

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.56%

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

R = 41.92%
G = 34.56%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CDA973 (or 0xCDA973) is known color: Putty. HEX triplet: CD, A9 and 73. RGB value is (205,169,115). Sum of RGB (Red+Green+Blue) = 205+169+115=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA973 is #32568C. Grayscale: #ADADAD. Windows color (decimal): -3298957 or 7580109. OLE color: 7580109.

HSL color Cylindrical-coordinate representation of color #CDA973: hue angle of 36º 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 #CDA973 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 169 115 -
CMYK 0 0.18 0.44 0.20
HSL 36º 0.47% 0.63% -
HSV(B) 36º 0.44% 0.8% -
XYZ 42.46 42.59 22.2 -
YUV 173.61 94.93 150.39 -
System Red Green Blue C M Y K H S L
Decimal 205 169 115 0 0.18 0.44 0.20 36 0.47 0.63
Hex CD A9 73 0 12 2C 14 24 2F 3F
Octal 315 251 163 0 22 54 24 44 57 77
Binary 11001101 10101001 1110011 0 10010 101100 10100 100100 101111 111111

Color Harmonies of #CDA973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA973

Black with #CDA973

Text Example


Text Example

White with #CDA973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA973; }

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

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

background-color css

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

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

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

border-color css

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

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

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