Html Css Color HEX #CDA874 Putty

📋 copy color: '#CDA874'

red 205 ◦ green 168 ◦ blue 116

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

Shades of Putty #CDA874

Tints of Putty #CDA874

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.36%

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

R = 41.92%
G = 34.36%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CDA874 (or 0xCDA874) is known color: Putty. HEX triplet: CD, A8 and 74. RGB value is (205,168,116). Sum of RGB (Red+Green+Blue) = 205+168+116=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA874 is #32578B. Grayscale: #ADADAD. Windows color (decimal): -3299212 or 7645389. OLE color: 7645389.

HSL color Cylindrical-coordinate representation of color #CDA874: hue angle of 35.06º 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 #CDA874 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 168 116 -
CMYK 0 0.18 0.43 0.20
HSL 35.06º 0.47% 0.63% -
HSV(B) 35.06º 0.43% 0.8% -
XYZ 42.33 42.25 22.45 -
YUV 173.14 95.76 150.73 -
System Red Green Blue C M Y K H S L
Decimal 205 168 116 0 0.18 0.43 0.20 35.06 0.47 0.63
Hex CD A8 74 0 12 2B 14 23 2F 3F
Octal 315 250 164 0 22 53 24 43 57 77
Binary 11001101 10101000 1110100 0 10010 101011 10100 100011 101111 111111

Color Harmonies of #CDA874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA874

Black with #CDA874

Text Example


Text Example

White with #CDA874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA874; }

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

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

background-color css

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

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

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

border-color css

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

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

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