Html Css Color HEX #C4B438 Old Gold

📋 copy color: '#C4B438'

red 196 ◦ green 180 ◦ blue 56

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

Shades of Old Gold #C4B438

Tints of Old Gold #C4B438

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.67%

 BLUE value IS 56 (22.27% from 255) = 12.96%

R = 45.37%
G = 41.67%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C4B438 (or 0xC4B438) is known color: Old Gold. HEX triplet: C4, B4 and 38. RGB value is (196,180,56). Sum of RGB (Red+Green+Blue) = 196+180+56=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 56 (22.27% from 255 or 12.96% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B438 is #3B4BC7. Grayscale: #ABABAB. Windows color (decimal): -3886024 or 3716292. OLE color: 3716292.

HSL color Cylindrical-coordinate representation of color #C4B438: hue angle of 53.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4B438 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 180 56 -
CMYK 0 0.08 0.71 0.23
HSL 53.14º 0.56% 0.49% -
HSV(B) 53.14º 0.71% 0.77% -
XYZ 39.8 44.66 10.26 -
YUV 170.65 63.3 146.08 -
System Red Green Blue C M Y K H S L
Decimal 196 180 56 0 0.08 0.71 0.23 53.14 0.56 0.49
Hex C4 B4 38 0 8 47 17 35 38 31
Octal 304 264 70 0 10 107 27 65 70 61
Binary 11000100 10110100 111000 0 1000 1000111 10111 110101 111000 110001

Color Harmonies of #C4B438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B438

Black with #C4B438

Text Example


Text Example

White with #C4B438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B438; }

 p { color: rgb(196,180,56); }

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

background-color css

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

 a { background-color: rgb(196,180,56); }

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

border-color css

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

 span { border-color: rgb(196,180,56); }

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