Html Css Color HEX #CDA672 Putty

📋 copy color: '#CDA672'

red 205 ◦ green 166 ◦ blue 114

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

Shades of Putty #CDA672

Tints of Putty #CDA672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.51%

R = 42.27%
G = 34.23%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CDA672 (or 0xCDA672) is known color: Putty. HEX triplet: CD, A6 and 72. RGB value is (205,166,114). Sum of RGB (Red+Green+Blue) = 205+166+114=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA672 is #32598D. Grayscale: #ABABAB. Windows color (decimal): -3299726 or 7513805. OLE color: 7513805.

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

Color convert

RGB 205 166 114 -
CMYK 0 0.19 0.44 0.20
HSL 34.29º 0.48% 0.63% -
HSV(B) 34.29º 0.44% 0.8% -
XYZ 41.85 41.47 21.72 -
YUV 171.73 95.42 151.73 -
System Red Green Blue C M Y K H S L
Decimal 205 166 114 0 0.19 0.44 0.20 34.29 0.48 0.63
Hex CD A6 72 0 13 2C 14 22 30 3F
Octal 315 246 162 0 23 54 24 42 60 77
Binary 11001101 10100110 1110010 0 10011 101100 10100 100010 110000 111111

Color Harmonies of #CDA672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA672

Black with #CDA672

Text Example


Text Example

White with #CDA672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA672; }

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

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

background-color css

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

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

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

border-color css

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

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

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