Html Css Color HEX #C4B650 Sundance

📋 copy color: '#C4B650'

red 196 ◦ green 182 ◦ blue 80

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

Shades of Sundance #C4B650

Tints of Sundance #C4B650

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.74%

 BLUE value IS 80 (31.64% from 255) = 17.47%

R = 42.79%
G = 39.74%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C4B650 (or 0xC4B650) is known color: Sundance. HEX triplet: C4, B6 and 50. RGB value is (196,182,80). Sum of RGB (Red+Green+Blue) = 196+182+80=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B650 is #3B49AF. Grayscale: #AEAEAE. Windows color (decimal): -3885488 or 5289668. OLE color: 5289668.

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

Color convert

RGB 196 182 80 -
CMYK 0 0.07 0.59 0.23
HSL 52.76º 0.5% 0.54% -
HSV(B) 52.76º 0.59% 0.77% -
XYZ 40.94 45.77 14.27 -
YUV 174.56 74.64 143.29 -
System Red Green Blue C M Y K H S L
Decimal 196 182 80 0 0.07 0.59 0.23 52.76 0.5 0.54
Hex C4 B6 50 0 7 3B 17 35 32 36
Octal 304 266 120 0 7 73 27 65 62 66
Binary 11000100 10110110 1010000 0 111 111011 10111 110101 110010 110110

Color Harmonies of #C4B650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B650

Black with #C4B650

Text Example


Text Example

White with #C4B650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B650; }

 p { color: rgb(196,182,80); }

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

background-color css

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

 a { background-color: rgb(196,182,80); }

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

border-color css

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

 span { border-color: rgb(196,182,80); }

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