Html Css Color HEX #CDA368 Putty

📋 copy color: '#CDA368'

red 205 ◦ green 163 ◦ blue 104

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

Shades of Putty #CDA368

Tints of Putty #CDA368

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.53%

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

R = 43.43%
G = 34.53%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CDA368 (or 0xCDA368) is known color: Putty. HEX triplet: CD, A3 and 68. RGB value is (205,163,104). Sum of RGB (Red+Green+Blue) = 205+163+104=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA368 is #325C97. Grayscale: #A9A9A9. Windows color (decimal): -3300504 or 6857677. OLE color: 6857677.

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

Color convert

RGB 205 163 104 -
CMYK 0 0.20 0.49 0.20
HSL 35.05º 0.5% 0.61% -
HSV(B) 35.05º 0.49% 0.8% -
XYZ 40.77 40.17 18.7 -
YUV 168.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 205 163 104 0 0.20 0.49 0.20 35.05 0.5 0.61
Hex CD A3 68 0 14 31 14 23 32 3D
Octal 315 243 150 0 24 61 24 43 62 75
Binary 11001101 10100011 1101000 0 10100 110001 10100 100011 110010 111101

Color Harmonies of #CDA368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA368

Black with #CDA368

Text Example


Text Example

White with #CDA368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA368; }

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

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

background-color css

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

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

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

border-color css

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

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

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