Html Css Color HEX #CD976D Whiskey

📋 copy color: '#CD976D'

red 205 ◦ green 151 ◦ blue 109

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

Shades of Whiskey #CD976D

Tints of Whiskey #CD976D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.47%

 BLUE value IS 109 (42.97% from 255) = 23.44%

R = 44.09%
G = 32.47%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD976D (or 0xCD976D) is known color: Whiskey. HEX triplet: CD, 97 and 6D. RGB value is (205,151,109). Sum of RGB (Red+Green+Blue) = 205+151+109=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CD976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD976D is #326892. Grayscale: #A2A2A2. Windows color (decimal): -3303571 or 7182285. OLE color: 7182285.

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

Color convert

RGB 205 151 109 -
CMYK 0 0.26 0.47 0.20
HSL 26.25º 0.49% 0.62% -
HSV(B) 26.25º 0.47% 0.8% -
XYZ 39 36.22 19.4 -
YUV 162.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 205 151 109 0 0.26 0.47 0.20 26.25 0.49 0.62
Hex CD 97 6D 0 1A 2F 14 1A 31 3E
Octal 315 227 155 0 32 57 24 32 61 76
Binary 11001101 10010111 1101101 0 11010 101111 10100 11010 110001 111110

Color Harmonies of #CD976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD976D

Black with #CD976D

Text Example


Text Example

White with #CD976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD976D; }

 p { color: rgb(205,151,109); }

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

background-color css

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

 a { background-color: rgb(205,151,109); }

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

border-color css

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

 span { border-color: rgb(205,151,109); }

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