Html Css Color HEX #CDA468 Putty

📋 copy color: '#CDA468'

red 205 ◦ green 164 ◦ blue 104

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

Shades of Putty #CDA468

Tints of Putty #CDA468

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.67%

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

R = 43.34%
G = 34.67%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CDA468 (or 0xCDA468) is known color: Putty. HEX triplet: CD, A4 and 68. RGB value is (205,164,104). Sum of RGB (Red+Green+Blue) = 205+164+104=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA468 is #325B97. Grayscale: #A9A9A9. Windows color (decimal): -3300248 or 6857933. OLE color: 6857933.

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

Color convert

RGB 205 164 104 -
CMYK 0 0.2 0.49 0.20
HSL 35.64º 0.5% 0.61% -
HSV(B) 35.64º 0.49% 0.8% -
XYZ 40.95 40.53 18.76 -
YUV 169.42 91.08 153.38 -
System Red Green Blue C M Y K H S L
Decimal 205 164 104 0 0.2 0.49 0.20 35.64 0.5 0.61
Hex CD A4 68 0 14 31 14 24 32 3D
Octal 315 244 150 0 24 61 24 44 62 75
Binary 11001101 10100100 1101000 0 10100 110001 10100 100100 110010 111101

Color Harmonies of #CDA468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA468

Black with #CDA468

Text Example


Text Example

White with #CDA468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA468; }

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

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

background-color css

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

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

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

border-color css

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

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

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