Html Css Color HEX #CDA769 Putty

📋 copy color: '#CDA769'

red 205 ◦ green 167 ◦ blue 105

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

Shades of Putty #CDA769

Tints of Putty #CDA769

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.01%

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

R = 42.98%
G = 35.01%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CDA769 (or 0xCDA769) is known color: Putty. HEX triplet: CD, A7 and 69. RGB value is (205,167,105). Sum of RGB (Red+Green+Blue) = 205+167+105=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA769 is #325896. Grayscale: #ABABAB. Windows color (decimal): -3299479 or 6924237. OLE color: 6924237.

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

Color convert

RGB 205 167 105 -
CMYK 0 0.19 0.49 0.20
HSL 37.2º 0.5% 0.61% -
HSV(B) 37.2º 0.49% 0.8% -
XYZ 41.55 41.64 19.21 -
YUV 171.29 90.59 152.04 -
System Red Green Blue C M Y K H S L
Decimal 205 167 105 0 0.19 0.49 0.20 37.2 0.5 0.61
Hex CD A7 69 0 13 31 14 25 32 3D
Octal 315 247 151 0 23 61 24 45 62 75
Binary 11001101 10100111 1101001 0 10011 110001 10100 100101 110010 111101

Color Harmonies of #CDA769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA769

Black with #CDA769

Text Example


Text Example

White with #CDA769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA769; }

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

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

background-color css

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

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

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

border-color css

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

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

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