Html Css Color HEX #C7AD41 Sundance

📋 copy color: '#C7AD41'

red 199 ◦ green 173 ◦ blue 65

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

Shades of Sundance #C7AD41

Tints of Sundance #C7AD41

RGB

 RED value IS 199 (78.13% from 255) = 45.54%

 GREEN value IS 173 (67.97% from 255) = 39.59%

 BLUE value IS 65 (25.78% from 255) = 14.87%

R = 45.54%
G = 39.59%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C7AD41 (or 0xC7AD41) is known color: Sundance. HEX triplet: C7, AD and 41. RGB value is (199,173,65). Sum of RGB (Red+Green+Blue) = 199+173+65=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AD41 is #3852BE. Grayscale: #A8A8A8. Windows color (decimal): -3691199 or 4304327. OLE color: 4304327.

HSL color Cylindrical-coordinate representation of color #C7AD41: hue angle of 48.36º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7AD41 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 173 65 -
CMYK 0 0.13 0.67 0.22
HSL 48.36º 0.54% 0.52% -
HSV(B) 48.36º 0.67% 0.78% -
XYZ 39.45 42.41 11.11 -
YUV 168.46 69.61 149.78 -
System Red Green Blue C M Y K H S L
Decimal 199 173 65 0 0.13 0.67 0.22 48.36 0.54 0.52
Hex C7 AD 41 0 D 43 16 30 36 34
Octal 307 255 101 0 15 103 26 60 66 64
Binary 11000111 10101101 1000001 0 1101 1000011 10110 110000 110110 110100

Color Harmonies of #C7AD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AD41

Black with #C7AD41

Text Example


Text Example

White with #C7AD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AD41; }

 p { color: rgb(199,173,65); }

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

background-color css

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

 a { background-color: rgb(199,173,65); }

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

border-color css

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

 span { border-color: rgb(199,173,65); }

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