Html Css Color HEX #C4B844 Old Gold

📋 copy color: '#C4B844'

red 196 ◦ green 184 ◦ blue 68

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

Shades of Old Gold #C4B844

Tints of Old Gold #C4B844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.18%

R = 43.75%
G = 41.07%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C4B844 (or 0xC4B844) is known color: Old Gold. HEX triplet: C4, B8 and 44. RGB value is (196,184,68). Sum of RGB (Red+Green+Blue) = 196+184+68=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 68 (26.95% from 255 or 15.18% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B844 is #3B47BB. Grayscale: #AEAEAE. Windows color (decimal): -3884988 or 4503748. OLE color: 4503748.

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

Color convert

RGB 196 184 68 -
CMYK 0 0.06 0.65 0.23
HSL 54.38º 0.52% 0.52% -
HSV(B) 54.38º 0.65% 0.77% -
XYZ 40.95 46.43 12.27 -
YUV 174.36 67.98 143.43 -
System Red Green Blue C M Y K H S L
Decimal 196 184 68 0 0.06 0.65 0.23 54.38 0.52 0.52
Hex C4 B8 44 0 6 41 17 36 34 34
Octal 304 270 104 0 6 101 27 66 64 64
Binary 11000100 10111000 1000100 0 110 1000001 10111 110110 110100 110100

Color Harmonies of #C4B844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B844

Black with #C4B844

Text Example


Text Example

White with #C4B844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B844; }

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

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

background-color css

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

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

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

border-color css

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

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

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