Html Css Color HEX #CDB374 Putty

📋 copy color: '#CDB374'

red 205 ◦ green 179 ◦ blue 116

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

Shades of Putty #CDB374

Tints of Putty #CDB374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.2%

R = 41%
G = 35.8%
B = 23.2%

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

#CDB374 (or 0xCDB374) is known color: Putty. HEX triplet: CD, B3 and 74. RGB value is (205,179,116). Sum of RGB (Red+Green+Blue) = 205+179+116=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB374 is #324C8B. Grayscale: #B3B3B3. Windows color (decimal): -3296396 or 7648205. OLE color: 7648205.

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

Color convert

RGB 205 179 116 -
CMYK 0 0.13 0.43 0.20
HSL 42.47º 0.47% 0.63% -
HSV(B) 42.47º 0.43% 0.8% -
XYZ 44.45 46.48 23.15 -
YUV 179.59 92.11 146.12 -
System Red Green Blue C M Y K H S L
Decimal 205 179 116 0 0.13 0.43 0.20 42.47 0.47 0.63
Hex CD B3 74 0 D 2B 14 2A 2F 3F
Octal 315 263 164 0 15 53 24 52 57 77
Binary 11001101 10110011 1110100 0 1101 101011 10100 101010 101111 111111

Color Harmonies of #CDB374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB374

Black with #CDB374

Text Example


Text Example

White with #CDB374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB374; }

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

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

background-color css

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

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

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

border-color css

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

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

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