Html Css Color HEX #C7A03D Sundance

📋 copy color: '#C7A03D'

red 199 ◦ green 160 ◦ blue 61

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

Shades of Sundance #C7A03D

Tints of Sundance #C7A03D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.1%

 BLUE value IS 61 (24.22% from 255) = 14.52%

R = 47.38%
G = 38.1%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C7A03D (or 0xC7A03D) is known color: Sundance. HEX triplet: C7, A0 and 3D. RGB value is (199,160,61). Sum of RGB (Red+Green+Blue) = 199+160+61=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 61 (24.22% from 255 or 14.52% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A03D is #385FC2. Grayscale: #A0A0A0. Windows color (decimal): -3694531 or 4038855. OLE color: 4038855.

HSL color Cylindrical-coordinate representation of color #C7A03D: hue angle of 43.04º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7A03D is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 160 61 -
CMYK 0 0.20 0.69 0.22
HSL 43.04º 0.55% 0.51% -
HSV(B) 43.04º 0.69% 0.78% -
XYZ 36.97 37.62 9.73 -
YUV 160.38 71.92 155.55 -
System Red Green Blue C M Y K H S L
Decimal 199 160 61 0 0.20 0.69 0.22 43.04 0.55 0.51
Hex C7 A0 3D 0 14 45 16 2B 37 33
Octal 307 240 75 0 24 105 26 53 67 63
Binary 11000111 10100000 111101 0 10100 1000101 10110 101011 110111 110011

Color Harmonies of #C7A03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A03D

Black with #C7A03D

Text Example


Text Example

White with #C7A03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A03D; }

 p { color: rgb(199,160,61); }

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

background-color css

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

 a { background-color: rgb(199,160,61); }

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

border-color css

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

 span { border-color: rgb(199,160,61); }

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