Html Css Color HEX #CDA76B Putty

📋 copy color: '#CDA76B'

red 205 ◦ green 167 ◦ blue 107

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

Shades of Putty #CDA76B

Tints of Putty #CDA76B

RGB

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

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

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

R = 42.8%
G = 34.86%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CDA76B (or 0xCDA76B) is known color: Putty. HEX triplet: CD, A7 and 6B. RGB value is (205,167,107). Sum of RGB (Red+Green+Blue) = 205+167+107=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA76B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA76B is #325894. Grayscale: #ABABAB. Windows color (decimal): -3299477 or 7055309. OLE color: 7055309.

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

Color convert

RGB 205 167 107 -
CMYK 0 0.19 0.48 0.20
HSL 36.73º 0.49% 0.61% -
HSV(B) 36.73º 0.48% 0.8% -
XYZ 41.65 41.68 19.76 -
YUV 171.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 205 167 107 0 0.19 0.48 0.20 36.73 0.49 0.61
Hex CD A7 6B 0 13 30 14 25 31 3D
Octal 315 247 153 0 23 60 24 45 61 75
Binary 11001101 10100111 1101011 0 10011 110000 10100 100101 110001 111101

Color Harmonies of #CDA76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA76B

Black with #CDA76B

Text Example


Text Example

White with #CDA76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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