Html Css Color HEX #C4B730 Old Gold

📋 copy color: '#C4B730'

red 196 ◦ green 183 ◦ blue 48

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

Shades of Old Gold #C4B730

Tints of Old Gold #C4B730

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.86%

 BLUE value IS 48 (19.14% from 255) = 11.24%

R = 45.9%
G = 42.86%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4B730 (or 0xC4B730) is known color: Old Gold. HEX triplet: C4, B7 and 30. RGB value is (196,183,48). Sum of RGB (Red+Green+Blue) = 196+183+48=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 48 (19.14% from 255 or 11.24% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B730 is #3B48CF. Grayscale: #ACACAC. Windows color (decimal): -3885264 or 3192772. OLE color: 3192772.

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

Color convert

RGB 196 183 48 -
CMYK 0 0.07 0.76 0.23
HSL 54.73º 0.61% 0.48% -
HSV(B) 54.73º 0.76% 0.77% -
XYZ 40.23 45.82 9.52 -
YUV 171.5 58.31 145.48 -
System Red Green Blue C M Y K H S L
Decimal 196 183 48 0 0.07 0.76 0.23 54.73 0.61 0.48
Hex C4 B7 30 0 7 4C 17 37 3D 30
Octal 304 267 60 0 7 114 27 67 75 60
Binary 11000100 10110111 110000 0 111 1001100 10111 110111 111101 110000

Color Harmonies of #C4B730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B730

Black with #C4B730

Text Example


Text Example

White with #C4B730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B730; }

 p { color: rgb(196,183,48); }

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

background-color css

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

 a { background-color: rgb(196,183,48); }

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

border-color css

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

 span { border-color: rgb(196,183,48); }

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