Html Css Color HEX #C4B732 Old Gold

📋 copy color: '#C4B732'

red 196 ◦ green 183 ◦ blue 50

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

Shades of Old Gold #C4B732

Tints of Old Gold #C4B732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.66%

R = 45.69%
G = 42.66%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C4B732 (or 0xC4B732) is known color: Old Gold. HEX triplet: C4, B7 and 32. RGB value is (196,183,50). Sum of RGB (Red+Green+Blue) = 196+183+50=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B732 is #3B48CD. Grayscale: #ACACAC. Windows color (decimal): -3885262 or 3323844. OLE color: 3323844.

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

Color convert

RGB 196 183 50 -
CMYK 0 0.07 0.74 0.23
HSL 54.66º 0.59% 0.48% -
HSV(B) 54.66º 0.74% 0.77% -
XYZ 40.27 45.83 9.74 -
YUV 171.73 59.31 145.31 -
System Red Green Blue C M Y K H S L
Decimal 196 183 50 0 0.07 0.74 0.23 54.66 0.59 0.48
Hex C4 B7 32 0 7 4A 17 37 3B 30
Octal 304 267 62 0 7 112 27 67 73 60
Binary 11000100 10110111 110010 0 111 1001010 10111 110111 111011 110000

Color Harmonies of #C4B732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B732

Black with #C4B732

Text Example


Text Example

White with #C4B732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B732; }

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

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

background-color css

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

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

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

border-color css

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

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

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