Html Css Color HEX #C4B943 Old Gold

📋 copy color: '#C4B943'

red 196 ◦ green 185 ◦ blue 67

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

Shades of Old Gold #C4B943

Tints of Old Gold #C4B943

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.29%

 BLUE value IS 67 (26.56% from 255) = 14.96%

R = 43.75%
G = 41.29%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C4B943 (or 0xC4B943) is known color: Old Gold. HEX triplet: C4, B9 and 43. RGB value is (196,185,67). Sum of RGB (Red+Green+Blue) = 196+185+67=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 67 (26.56% from 255 or 14.96% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B943 is #3B46BC. Grayscale: #AFAFAF. Windows color (decimal): -3884733 or 4438468. OLE color: 4438468.

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

Color convert

RGB 196 185 67 -
CMYK 0 0.06 0.66 0.23
HSL 54.88º 0.52% 0.52% -
HSV(B) 54.88º 0.66% 0.77% -
XYZ 41.13 46.84 12.18 -
YUV 174.84 67.14 143.09 -
System Red Green Blue C M Y K H S L
Decimal 196 185 67 0 0.06 0.66 0.23 54.88 0.52 0.52
Hex C4 B9 43 0 6 42 17 37 34 34
Octal 304 271 103 0 6 102 27 67 64 64
Binary 11000100 10111001 1000011 0 110 1000010 10111 110111 110100 110100

Color Harmonies of #C4B943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B943

Black with #C4B943

Text Example


Text Example

White with #C4B943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B943; }

 p { color: rgb(196,185,67); }

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

background-color css

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

 a { background-color: rgb(196,185,67); }

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

border-color css

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

 span { border-color: rgb(196,185,67); }

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