Html Css Color HEX #CDA966 Putty

📋 copy color: '#CDA966'

red 205 ◦ green 169 ◦ blue 102

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

Shades of Putty #CDA966

Tints of Putty #CDA966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.43%

R = 43.07%
G = 35.5%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CDA966 (or 0xCDA966) is known color: Putty. HEX triplet: CD, A9 and 66. RGB value is (205,169,102). Sum of RGB (Red+Green+Blue) = 205+169+102=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA966 is #325699. Grayscale: #ACACAC. Windows color (decimal): -3298970 or 6728141. OLE color: 6728141.

HSL color Cylindrical-coordinate representation of color #CDA966: hue angle of 39.03º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDA966 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 169 102 -
CMYK 0 0.18 0.50 0.20
HSL 39.03º 0.51% 0.6% -
HSV(B) 39.03º 0.5% 0.8% -
XYZ 41.76 42.31 18.54 -
YUV 172.13 88.43 151.45 -
System Red Green Blue C M Y K H S L
Decimal 205 169 102 0 0.18 0.50 0.20 39.03 0.51 0.6
Hex CD A9 66 0 12 32 14 27 33 3C
Octal 315 251 146 0 22 62 24 47 63 74
Binary 11001101 10101001 1100110 0 10010 110010 10100 100111 110011 111100

Color Harmonies of #CDA966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA966

Black with #CDA966

Text Example


Text Example

White with #CDA966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA966; }

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

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

background-color css

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

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

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

border-color css

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

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

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