Html Css Color HEX #CDAD68 Putty

📋 copy color: '#CDAD68'

red 205 ◦ green 173 ◦ blue 104

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

Shades of Putty #CDAD68

Tints of Putty #CDAD68

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.89%

 BLUE value IS 104 (41.02% from 255) = 21.58%

R = 42.53%
G = 35.89%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CDAD68 (or 0xCDAD68) is known color: Putty. HEX triplet: CD, AD and 68. RGB value is (205,173,104). Sum of RGB (Red+Green+Blue) = 205+173+104=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAD68 is #325297. Grayscale: #AFAFAF. Windows color (decimal): -3297944 or 6860237. OLE color: 6860237.

HSL color Cylindrical-coordinate representation of color #CDAD68: hue angle of 40.99º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDAD68 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 173 104 -
CMYK 0 0.16 0.49 0.20
HSL 40.99º 0.5% 0.61% -
HSV(B) 40.99º 0.49% 0.8% -
XYZ 42.62 43.87 19.32 -
YUV 174.7 88.1 149.61 -
System Red Green Blue C M Y K H S L
Decimal 205 173 104 0 0.16 0.49 0.20 40.99 0.5 0.61
Hex CD AD 68 0 10 31 14 29 32 3D
Octal 315 255 150 0 20 61 24 51 62 75
Binary 11001101 10101101 1101000 0 10000 110001 10100 101001 110010 111101

Color Harmonies of #CDAD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAD68

Black with #CDAD68

Text Example


Text Example

White with #CDAD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAD68; }

 p { color: rgb(205,173,104); }

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

background-color css

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

 a { background-color: rgb(205,173,104); }

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

border-color css

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

 span { border-color: rgb(205,173,104); }

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