Html Css Color HEX #CDB065 Putty

📋 copy color: '#CDB065'

red 205 ◦ green 176 ◦ blue 101

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

Shades of Putty #CDB065

Tints of Putty #CDB065

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.51%

 BLUE value IS 101 (39.84% from 255) = 20.95%

R = 42.53%
G = 36.51%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CDB065 (or 0xCDB065) is known color: Putty. HEX triplet: CD, B0 and 65. RGB value is (205,176,101). Sum of RGB (Red+Green+Blue) = 205+176+101=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB065 is #324F9A. Grayscale: #B0B0B0. Windows color (decimal): -3297179 or 6664397. OLE color: 6664397.

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

Color convert

RGB 205 176 101 -
CMYK 0 0.14 0.51 0.20
HSL 43.27º 0.51% 0.6% -
HSV(B) 43.27º 0.51% 0.8% -
XYZ 43.05 44.97 18.72 -
YUV 176.12 85.61 148.6 -
System Red Green Blue C M Y K H S L
Decimal 205 176 101 0 0.14 0.51 0.20 43.27 0.51 0.6
Hex CD B0 65 0 E 33 14 2B 33 3C
Octal 315 260 145 0 16 63 24 53 63 74
Binary 11001101 10110000 1100101 0 1110 110011 10100 101011 110011 111100

Color Harmonies of #CDB065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB065

Black with #CDB065

Text Example


Text Example

White with #CDB065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB065; }

 p { color: rgb(205,176,101); }

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

background-color css

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

 a { background-color: rgb(205,176,101); }

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

border-color css

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

 span { border-color: rgb(205,176,101); }

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