Html Css Color HEX #C4B83B Old Gold

📋 copy color: '#C4B83B'

red 196 ◦ green 184 ◦ blue 59

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

Shades of Old Gold #C4B83B

Tints of Old Gold #C4B83B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.44%

R = 44.65%
G = 41.91%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4B83B (or 0xC4B83B) is known color: Old Gold. HEX triplet: C4, B8 and 3B. RGB value is (196,184,59). Sum of RGB (Red+Green+Blue) = 196+184+59=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 59 (23.44% from 255 or 13.44% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B83B is #3B47C4. Grayscale: #ADADAD. Windows color (decimal): -3884997 or 3913924. OLE color: 3913924.

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

Color convert

RGB 196 184 59 -
CMYK 0 0.06 0.70 0.23
HSL 54.74º 0.54% 0.5% -
HSV(B) 54.74º 0.7% 0.77% -
XYZ 40.69 46.33 10.94 -
YUV 173.34 63.48 144.16 -
System Red Green Blue C M Y K H S L
Decimal 196 184 59 0 0.06 0.70 0.23 54.74 0.54 0.5
Hex C4 B8 3B 0 6 46 17 37 36 32
Octal 304 270 73 0 6 106 27 67 66 62
Binary 11000100 10111000 111011 0 110 1000110 10111 110111 110110 110010

Color Harmonies of #C4B83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B83B

Black with #C4B83B

Text Example


Text Example

White with #C4B83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B83B; }

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

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

background-color css

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

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

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

border-color css

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

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

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