Html Css Color HEX #CDB873 Putty

📋 copy color: '#CDB873'

red 205 ◦ green 184 ◦ blue 115

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

Shades of Putty #CDB873

Tints of Putty #CDB873

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.51%

 BLUE value IS 115 (45.31% from 255) = 22.82%

R = 40.67%
G = 36.51%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CDB873 (or 0xCDB873) is known color: Putty. HEX triplet: CD, B8 and 73. RGB value is (205,184,115). Sum of RGB (Red+Green+Blue) = 205+184+115=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB873 is #32478C. Grayscale: #B6B6B6. Windows color (decimal): -3295117 or 7583949. OLE color: 7583949.

HSL color Cylindrical-coordinate representation of color #CDB873: hue angle of 46º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDB873 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 184 115 -
CMYK 0 0.10 0.44 0.20
HSL 46º 0.47% 0.63% -
HSV(B) 46º 0.44% 0.8% -
XYZ 45.41 48.5 23.19 -
YUV 182.41 89.96 144.11 -
System Red Green Blue C M Y K H S L
Decimal 205 184 115 0 0.10 0.44 0.20 46 0.47 0.63
Hex CD B8 73 0 A 2C 14 2E 2F 3F
Octal 315 270 163 0 12 54 24 56 57 77
Binary 11001101 10111000 1110011 0 1010 101100 10100 101110 101111 111111

Color Harmonies of #CDB873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB873

Black with #CDB873

Text Example


Text Example

White with #CDB873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB873; }

 p { color: rgb(205,184,115); }

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

background-color css

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

 a { background-color: rgb(205,184,115); }

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

border-color css

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

 span { border-color: rgb(205,184,115); }

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