Html Css Color HEX #CDA671 Putty

📋 copy color: '#CDA671'

red 205 ◦ green 166 ◦ blue 113

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

Shades of Putty #CDA671

Tints of Putty #CDA671

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.3%

 BLUE value IS 113 (44.53% from 255) = 23.35%

R = 42.36%
G = 34.3%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CDA671 (or 0xCDA671) is known color: Putty. HEX triplet: CD, A6 and 71. RGB value is (205,166,113). Sum of RGB (Red+Green+Blue) = 205+166+113=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA671 is #32598E. Grayscale: #ABABAB. Windows color (decimal): -3299727 or 7448269. OLE color: 7448269.

HSL color Cylindrical-coordinate representation of color #CDA671: hue angle of 34.57º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDA671 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 166 113 -
CMYK 0 0.19 0.45 0.20
HSL 34.57º 0.48% 0.62% -
HSV(B) 34.57º 0.45% 0.8% -
XYZ 41.79 41.44 21.42 -
YUV 171.62 94.92 151.81 -
System Red Green Blue C M Y K H S L
Decimal 205 166 113 0 0.19 0.45 0.20 34.57 0.48 0.62
Hex CD A6 71 0 13 2D 14 23 30 3E
Octal 315 246 161 0 23 55 24 43 60 76
Binary 11001101 10100110 1110001 0 10011 101101 10100 100011 110000 111110

Color Harmonies of #CDA671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA671

Black with #CDA671

Text Example


Text Example

White with #CDA671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA671; }

 p { color: rgb(205,166,113); }

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

background-color css

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

 a { background-color: rgb(205,166,113); }

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

border-color css

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

 span { border-color: rgb(205,166,113); }

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