Html Css Color HEX #CDB974 Putty

📋 copy color: '#CDB974'

red 205 ◦ green 185 ◦ blue 116

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

Shades of Putty #CDB974

Tints of Putty #CDB974

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.56%

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

R = 40.51%
G = 36.56%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CDB974 (or 0xCDB974) is known color: Putty. HEX triplet: CD, B9 and 74. RGB value is (205,185,116). Sum of RGB (Red+Green+Blue) = 205+185+116=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB974 is #32468B. Grayscale: #B7B7B7. Windows color (decimal): -3294860 or 7649741. OLE color: 7649741.

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

Color convert

RGB 205 185 116 -
CMYK 0 0.10 0.43 0.20
HSL 46.52º 0.47% 0.63% -
HSV(B) 46.52º 0.43% 0.8% -
XYZ 45.68 48.94 23.56 -
YUV 183.11 90.13 143.61 -
System Red Green Blue C M Y K H S L
Decimal 205 185 116 0 0.10 0.43 0.20 46.52 0.47 0.63
Hex CD B9 74 0 A 2B 14 2F 2F 3F
Octal 315 271 164 0 12 53 24 57 57 77
Binary 11001101 10111001 1110100 0 1010 101011 10100 101111 101111 111111

Color Harmonies of #CDB974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB974

Black with #CDB974

Text Example


Text Example

White with #CDB974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB974; }

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

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

background-color css

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

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

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

border-color css

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

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

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