Html Css Color HEX #C7B44A Sundance

📋 copy color: '#C7B44A'

red 199 ◦ green 180 ◦ blue 74

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

Shades of Sundance #C7B44A

Tints of Sundance #C7B44A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.74%

 BLUE value IS 74 (29.3% from 255) = 16.34%

R = 43.93%
G = 39.74%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7B44A (or 0xC7B44A) is known color: Sundance. HEX triplet: C7, B4 and 4A. RGB value is (199,180,74). Sum of RGB (Red+Green+Blue) = 199+180+74=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B44A is #384BB5. Grayscale: #AEAEAE. Windows color (decimal): -3689398 or 4895943. OLE color: 4895943.

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

Color convert

RGB 199 180 74 -
CMYK 0 0.10 0.63 0.22
HSL 50.88º 0.53% 0.54% -
HSV(B) 50.88º 0.63% 0.78% -
XYZ 41.11 45.28 13.05 -
YUV 173.6 71.79 146.12 -
System Red Green Blue C M Y K H S L
Decimal 199 180 74 0 0.10 0.63 0.22 50.88 0.53 0.54
Hex C7 B4 4A 0 A 3F 16 33 35 36
Octal 307 264 112 0 12 77 26 63 65 66
Binary 11000111 10110100 1001010 0 1010 111111 10110 110011 110101 110110

Color Harmonies of #C7B44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B44A

Black with #C7B44A

Text Example


Text Example

White with #C7B44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B44A; }

 p { color: rgb(199,180,74); }

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

background-color css

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

 a { background-color: rgb(199,180,74); }

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

border-color css

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

 span { border-color: rgb(199,180,74); }

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