Html Css Color HEX #C7B14C Sundance

📋 copy color: '#C7B14C'

red 199 ◦ green 177 ◦ blue 76

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

Shades of Sundance #C7B14C

Tints of Sundance #C7B14C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.16%

 BLUE value IS 76 (30.08% from 255) = 16.81%

R = 44.03%
G = 39.16%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7B14C (or 0xC7B14C) is known color: Sundance. HEX triplet: C7, B1 and 4C. RGB value is (199,177,76). Sum of RGB (Red+Green+Blue) = 199+177+76=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 76 (30.08% from 255 or 16.81% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B14C is #384EB3. Grayscale: #ACACAC. Windows color (decimal): -3690164 or 5026247. OLE color: 5026247.

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

Color convert

RGB 199 177 76 -
CMYK 0 0.11 0.62 0.22
HSL 49.27º 0.52% 0.54% -
HSV(B) 49.27º 0.62% 0.78% -
XYZ 40.58 44.11 13.21 -
YUV 172.06 73.79 147.21 -
System Red Green Blue C M Y K H S L
Decimal 199 177 76 0 0.11 0.62 0.22 49.27 0.52 0.54
Hex C7 B1 4C 0 B 3E 16 31 34 36
Octal 307 261 114 0 13 76 26 61 64 66
Binary 11000111 10110001 1001100 0 1011 111110 10110 110001 110100 110110

Color Harmonies of #C7B14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B14C

Black with #C7B14C

Text Example


Text Example

White with #C7B14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B14C; }

 p { color: rgb(199,177,76); }

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

background-color css

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

 a { background-color: rgb(199,177,76); }

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

border-color css

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

 span { border-color: rgb(199,177,76); }

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