Html Css Color HEX #C4A24B Sundance

📋 copy color: '#C4A24B'

red 196 ◦ green 162 ◦ blue 75

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

Shades of Sundance #C4A24B

Tints of Sundance #C4A24B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.41%

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

R = 45.27%
G = 37.41%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4A24B (or 0xC4A24B) is known color: Sundance. HEX triplet: C4, A2 and 4B. RGB value is (196,162,75). Sum of RGB (Red+Green+Blue) = 196+162+75=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A24B is #3B5DB4. Grayscale: #A2A2A2. Windows color (decimal): -3890613 or 4956868. OLE color: 4956868.

HSL color Cylindrical-coordinate representation of color #C4A24B: hue angle of 43.14º 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 #C4A24B is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 162 75 -
CMYK 0 0.17 0.62 0.23
HSL 43.14º 0.51% 0.53% -
HSV(B) 43.14º 0.62% 0.77% -
XYZ 36.96 38.08 12.06 -
YUV 162.25 78.76 152.07 -
System Red Green Blue C M Y K H S L
Decimal 196 162 75 0 0.17 0.62 0.23 43.14 0.51 0.53
Hex C4 A2 4B 0 11 3E 17 2B 33 35
Octal 304 242 113 0 21 76 27 53 63 65
Binary 11000100 10100010 1001011 0 10001 111110 10111 101011 110011 110101

Color Harmonies of #C4A24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A24B

Black with #C4A24B

Text Example


Text Example

White with #C4A24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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