Html Css Color HEX #C4B654 Sundance

📋 copy color: '#C4B654'

red 196 ◦ green 182 ◦ blue 84

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

Shades of Sundance #C4B654

Tints of Sundance #C4B654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.18%

R = 42.42%
G = 39.39%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C4B654 (or 0xC4B654) is known color: Sundance. HEX triplet: C4, B6 and 54. RGB value is (196,182,84). Sum of RGB (Red+Green+Blue) = 196+182+84=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 84 (33.20% from 255 or 18.18% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B654 is #3B49AB. Grayscale: #AFAFAF. Windows color (decimal): -3885484 or 5551812. OLE color: 5551812.

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

Color convert

RGB 196 182 84 -
CMYK 0 0.07 0.57 0.23
HSL 52.5º 0.49% 0.55% -
HSV(B) 52.5º 0.57% 0.77% -
XYZ 41.09 45.83 15.07 -
YUV 175.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 196 182 84 0 0.07 0.57 0.23 52.5 0.49 0.55
Hex C4 B6 54 0 7 39 17 34 31 37
Octal 304 266 124 0 7 71 27 64 61 67
Binary 11000100 10110110 1010100 0 111 111001 10111 110100 110001 110111

Color Harmonies of #C4B654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B654

Black with #C4B654

Text Example


Text Example

White with #C4B654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B654; }

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

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

background-color css

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

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

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

border-color css

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

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

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