Html Css Color HEX #CDA86B Putty

📋 copy color: '#CDA86B'

red 205 ◦ green 168 ◦ blue 107

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

Shades of Putty #CDA86B

Tints of Putty #CDA86B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35%

 BLUE value IS 107 (42.19% from 255) = 22.29%

R = 42.71%
G = 35%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CDA86B (or 0xCDA86B) is known color: Putty. HEX triplet: CD, A8 and 6B. RGB value is (205,168,107). Sum of RGB (Red+Green+Blue) = 205+168+107=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA86B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA86B is #325794. Grayscale: #ACACAC. Windows color (decimal): -3299221 or 7055565. OLE color: 7055565.

HSL color Cylindrical-coordinate representation of color #CDA86B: hue angle of 37.35º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDA86B is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 168 107 -
CMYK 0 0.18 0.48 0.20
HSL 37.35º 0.49% 0.61% -
HSV(B) 37.35º 0.48% 0.8% -
XYZ 41.83 42.05 19.82 -
YUV 172.11 91.26 151.46 -
System Red Green Blue C M Y K H S L
Decimal 205 168 107 0 0.18 0.48 0.20 37.35 0.49 0.61
Hex CD A8 6B 0 12 30 14 25 31 3D
Octal 315 250 153 0 22 60 24 45 61 75
Binary 11001101 10101000 1101011 0 10010 110000 10100 100101 110001 111101

Color Harmonies of #CDA86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA86B

Black with #CDA86B

Text Example


Text Example

White with #CDA86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA86B; }

 p { color: rgb(205,168,107); }

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

background-color css

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

 a { background-color: rgb(205,168,107); }

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

border-color css

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

 span { border-color: rgb(205,168,107); }

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