Html Css Color HEX #C4B833 Old Gold

📋 copy color: '#C4B833'

red 196 ◦ green 184 ◦ blue 51

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

Shades of Old Gold #C4B833

Tints of Old Gold #C4B833

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.69%

 BLUE value IS 51 (20.31% from 255) = 11.83%

R = 45.48%
G = 42.69%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C4B833 (or 0xC4B833) is known color: Old Gold. HEX triplet: C4, B8 and 33. RGB value is (196,184,51). Sum of RGB (Red+Green+Blue) = 196+184+51=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 51 (20.31% from 255 or 11.83% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B833 is #3B47CC. Grayscale: #ACACAC. Windows color (decimal): -3885005 or 3389636. OLE color: 3389636.

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

Color convert

RGB 196 184 51 -
CMYK 0 0.06 0.74 0.23
HSL 55.03º 0.59% 0.48% -
HSV(B) 55.03º 0.74% 0.77% -
XYZ 40.5 46.26 9.93 -
YUV 172.43 59.48 144.81 -
System Red Green Blue C M Y K H S L
Decimal 196 184 51 0 0.06 0.74 0.23 55.03 0.59 0.48
Hex C4 B8 33 0 6 4A 17 37 3B 30
Octal 304 270 63 0 6 112 27 67 73 60
Binary 11000100 10111000 110011 0 110 1001010 10111 110111 111011 110000

Color Harmonies of #C4B833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B833

Black with #C4B833

Text Example


Text Example

White with #C4B833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B833; }

 p { color: rgb(196,184,51); }

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

background-color css

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

 a { background-color: rgb(196,184,51); }

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

border-color css

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

 span { border-color: rgb(196,184,51); }

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