Html Css Color HEX #CDB375 Putty

📋 copy color: '#CDB375'

red 205 ◦ green 179 ◦ blue 117

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

Shades of Putty #CDB375

Tints of Putty #CDB375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.73%

 BLUE value IS 117 (46.09% from 255) = 23.35%

R = 40.92%
G = 35.73%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CDB375 (or 0xCDB375) is known color: Putty. HEX triplet: CD, B3 and 75. RGB value is (205,179,117). Sum of RGB (Red+Green+Blue) = 205+179+117=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB375 is #324C8A. Grayscale: #B3B3B3. Windows color (decimal): -3296395 or 7713741. OLE color: 7713741.

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

Color convert

RGB 205 179 117 -
CMYK 0 0.13 0.43 0.20
HSL 42.27º 0.47% 0.63% -
HSV(B) 42.27º 0.43% 0.8% -
XYZ 44.51 46.5 23.46 -
YUV 179.71 92.61 146.04 -
System Red Green Blue C M Y K H S L
Decimal 205 179 117 0 0.13 0.43 0.20 42.27 0.47 0.63
Hex CD B3 75 0 D 2B 14 2A 2F 3F
Octal 315 263 165 0 15 53 24 52 57 77
Binary 11001101 10110011 1110101 0 1101 101011 10100 101010 101111 111111

Color Harmonies of #CDB375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB375

Black with #CDB375

Text Example


Text Example

White with #CDB375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB375; }

 p { color: rgb(205,179,117); }

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

background-color css

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

 a { background-color: rgb(205,179,117); }

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

border-color css

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

 span { border-color: rgb(205,179,117); }

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