Html Css Color HEX #CDA767 Putty

📋 copy color: '#CDA767'

red 205 ◦ green 167 ◦ blue 103

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

Shades of Putty #CDA767

Tints of Putty #CDA767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.68%

R = 43.16%
G = 35.16%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CDA767 (or 0xCDA767) is known color: Putty. HEX triplet: CD, A7 and 67. RGB value is (205,167,103). Sum of RGB (Red+Green+Blue) = 205+167+103=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA767 is #325898. Grayscale: #ABABAB. Windows color (decimal): -3299481 or 6793165. OLE color: 6793165.

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

Color convert

RGB 205 167 103 -
CMYK 0 0.19 0.50 0.20
HSL 37.65º 0.5% 0.6% -
HSV(B) 37.65º 0.5% 0.8% -
XYZ 41.44 41.6 18.68 -
YUV 171.07 89.59 152.2 -
System Red Green Blue C M Y K H S L
Decimal 205 167 103 0 0.19 0.50 0.20 37.65 0.5 0.6
Hex CD A7 67 0 13 32 14 26 32 3C
Octal 315 247 147 0 23 62 24 46 62 74
Binary 11001101 10100111 1100111 0 10011 110010 10100 100110 110010 111100

Color Harmonies of #CDA767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA767

Black with #CDA767

Text Example


Text Example

White with #CDA767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA767; }

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

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

background-color css

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

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

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

border-color css

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

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

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