Html Css Color HEX #CDA469 Putty

📋 copy color: '#CDA469'

red 205 ◦ green 164 ◦ blue 105

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

Shades of Putty #CDA469

Tints of Putty #CDA469

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.6%

 BLUE value IS 105 (41.41% from 255) = 22.15%

R = 43.25%
G = 34.6%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CDA469 (or 0xCDA469) is known color: Putty. HEX triplet: CD, A4 and 69. RGB value is (205,164,105). Sum of RGB (Red+Green+Blue) = 205+164+105=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA469 is #325B96. Grayscale: #A9A9A9. Windows color (decimal): -3300247 or 6923469. OLE color: 6923469.

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

Color convert

RGB 205 164 105 -
CMYK 0 0.2 0.49 0.20
HSL 35.4º 0.5% 0.61% -
HSV(B) 35.4º 0.49% 0.8% -
XYZ 41 40.55 19.03 -
YUV 169.53 91.58 153.3 -
System Red Green Blue C M Y K H S L
Decimal 205 164 105 0 0.2 0.49 0.20 35.4 0.5 0.61
Hex CD A4 69 0 14 31 14 23 32 3D
Octal 315 244 151 0 24 61 24 43 62 75
Binary 11001101 10100100 1101001 0 10100 110001 10100 100011 110010 111101

Color Harmonies of #CDA469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA469

Black with #CDA469

Text Example


Text Example

White with #CDA469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA469; }

 p { color: rgb(205,164,105); }

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

background-color css

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

 a { background-color: rgb(205,164,105); }

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

border-color css

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

 span { border-color: rgb(205,164,105); }

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