Html Css Color HEX #CDA369 Putty

📋 copy color: '#CDA369'

red 205 ◦ green 163 ◦ blue 105

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

Shades of Putty #CDA369

Tints of Putty #CDA369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.2%

R = 43.34%
G = 34.46%
B = 22.2%

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

#CDA369 (or 0xCDA369) is known color: Putty. HEX triplet: CD, A3 and 69. RGB value is (205,163,105). Sum of RGB (Red+Green+Blue) = 205+163+105=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA369 is #325C96. Grayscale: #A9A9A9. Windows color (decimal): -3300503 or 6923213. OLE color: 6923213.

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

Color convert

RGB 205 163 105 -
CMYK 0 0.20 0.49 0.20
HSL 34.8º 0.5% 0.61% -
HSV(B) 34.8º 0.49% 0.8% -
XYZ 40.82 40.19 18.97 -
YUV 168.95 91.91 153.72 -
System Red Green Blue C M Y K H S L
Decimal 205 163 105 0 0.20 0.49 0.20 34.8 0.5 0.61
Hex CD A3 69 0 14 31 14 23 32 3D
Octal 315 243 151 0 24 61 24 43 62 75
Binary 11001101 10100011 1101001 0 10100 110001 10100 100011 110010 111101

Color Harmonies of #CDA369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA369

Black with #CDA369

Text Example


Text Example

White with #CDA369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA369; }

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

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

background-color css

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

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

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

border-color css

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

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

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