Html Css Color HEX #C4B14C Sundance

📋 copy color: '#C4B14C'

red 196 ◦ green 177 ◦ blue 76

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

Shades of Sundance #C4B14C

Tints of Sundance #C4B14C

RGB

 RED value IS 196 (76.95% from 255) = 43.65%

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

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

R = 43.65%
G = 39.42%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4B14C (or 0xC4B14C) is known color: Sundance. HEX triplet: C4, B1 and 4C. RGB value is (196,177,76). Sum of RGB (Red+Green+Blue) = 196+177+76=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B14C is #3B4EB3. Grayscale: #ABABAB. Windows color (decimal): -3886772 or 5026244. OLE color: 5026244.

HSL color Cylindrical-coordinate representation of color #C4B14C: hue angle of 50.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4B14C is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 177 76 -
CMYK 0 0.10 0.61 0.23
HSL 50.5º 0.5% 0.53% -
HSV(B) 50.5º 0.61% 0.77% -
XYZ 39.79 43.7 13.18 -
YUV 171.17 74.29 145.71 -
System Red Green Blue C M Y K H S L
Decimal 196 177 76 0 0.10 0.61 0.23 50.5 0.5 0.53
Hex C4 B1 4C 0 A 3D 17 32 32 35
Octal 304 261 114 0 12 75 27 62 62 65
Binary 11000100 10110001 1001100 0 1010 111101 10111 110010 110010 110101

Color Harmonies of #C4B14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B14C

Black with #C4B14C

Text Example


Text Example

White with #C4B14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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