Html Css Color HEX #C4A84B Sundance

📋 copy color: '#C4A84B'

red 196 ◦ green 168 ◦ blue 75

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

Shades of Sundance #C4A84B

Tints of Sundance #C4A84B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.27%

 BLUE value IS 75 (29.69% from 255) = 17.08%

R = 44.65%
G = 38.27%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4A84B (or 0xC4A84B) is known color: Sundance. HEX triplet: C4, A8 and 4B. RGB value is (196,168,75). Sum of RGB (Red+Green+Blue) = 196+168+75=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 75 (29.69% from 255 or 17.08% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A84B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A84B is #3B57B4. Grayscale: #A6A6A6. Windows color (decimal): -3889077 or 4958404. OLE color: 4958404.

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

Color convert

RGB 196 168 75 -
CMYK 0 0.14 0.62 0.23
HSL 46.12º 0.51% 0.53% -
HSV(B) 46.12º 0.62% 0.77% -
XYZ 38.04 40.25 12.42 -
YUV 165.77 76.78 149.56 -
System Red Green Blue C M Y K H S L
Decimal 196 168 75 0 0.14 0.62 0.23 46.12 0.51 0.53
Hex C4 A8 4B 0 E 3E 17 2E 33 35
Octal 304 250 113 0 16 76 27 56 63 65
Binary 11000100 10101000 1001011 0 1110 111110 10111 101110 110011 110101

Color Harmonies of #C4A84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A84B

Black with #C4A84B

Text Example


Text Example

White with #C4A84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A84B; }

 p { color: rgb(196,168,75); }

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

background-color css

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

 a { background-color: rgb(196,168,75); }

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

border-color css

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

 span { border-color: rgb(196,168,75); }

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