Html Css Color HEX #CDA674 Putty

📋 copy color: '#CDA674'

red 205 ◦ green 166 ◦ blue 116

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

Shades of Putty #CDA674

Tints of Putty #CDA674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.82%

R = 42.09%
G = 34.09%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CDA674 (or 0xCDA674) is known color: Putty. HEX triplet: CD, A6 and 74. RGB value is (205,166,116). Sum of RGB (Red+Green+Blue) = 205+166+116=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA674 is #32598B. Grayscale: #ACACAC. Windows color (decimal): -3299724 or 7644877. OLE color: 7644877.

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

Color convert

RGB 205 166 116 -
CMYK 0 0.19 0.43 0.20
HSL 33.71º 0.47% 0.63% -
HSV(B) 33.71º 0.43% 0.8% -
XYZ 41.97 41.51 22.32 -
YUV 171.96 96.42 151.57 -
System Red Green Blue C M Y K H S L
Decimal 205 166 116 0 0.19 0.43 0.20 33.71 0.47 0.63
Hex CD A6 74 0 13 2B 14 22 2F 3F
Octal 315 246 164 0 23 53 24 42 57 77
Binary 11001101 10100110 1110100 0 10011 101011 10100 100010 101111 111111

Color Harmonies of #CDA674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA674

Black with #CDA674

Text Example


Text Example

White with #CDA674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA674; }

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

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

background-color css

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

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

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

border-color css

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

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

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