Html Css Color HEX #CDA36B Putty

📋 copy color: '#CDA36B'

red 205 ◦ green 163 ◦ blue 107

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

Shades of Putty #CDA36B

Tints of Putty #CDA36B

RGB

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

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

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

R = 43.16%
G = 34.32%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CDA36B (or 0xCDA36B) is known color: Putty. HEX triplet: CD, A3 and 6B. RGB value is (205,163,107). Sum of RGB (Red+Green+Blue) = 205+163+107=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA36B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA36B is #325C94. Grayscale: #A9A9A9. Windows color (decimal): -3300501 or 7054285. OLE color: 7054285.

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

Color convert

RGB 205 163 107 -
CMYK 0 0.20 0.48 0.20
HSL 34.29º 0.49% 0.61% -
HSV(B) 34.29º 0.48% 0.8% -
XYZ 40.93 40.24 19.52 -
YUV 169.17 92.91 153.55 -
System Red Green Blue C M Y K H S L
Decimal 205 163 107 0 0.20 0.48 0.20 34.29 0.49 0.61
Hex CD A3 6B 0 14 30 14 22 31 3D
Octal 315 243 153 0 24 60 24 42 61 75
Binary 11001101 10100011 1101011 0 10100 110000 10100 100010 110001 111101

Color Harmonies of #CDA36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA36B

Black with #CDA36B

Text Example


Text Example

White with #CDA36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA36B; }

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

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

background-color css

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

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

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

border-color css

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

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

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