Html Css Color HEX #C4BB3F Old Gold

📋 copy color: '#C4BB3F'

red 196 ◦ green 187 ◦ blue 63

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

Shades of Old Gold #C4BB3F

Tints of Old Gold #C4BB3F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.93%

 BLUE value IS 63 (25% from 255) = 14.13%

R = 43.95%
G = 41.93%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4BB3F (or 0xC4BB3F) is known color: Old Gold. HEX triplet: C4, BB and 3F. RGB value is (196,187,63). Sum of RGB (Red+Green+Blue) = 196+187+63=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 63 (25% from 255 or 14.13% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BB3F is #3B44C0. Grayscale: #B0B0B0. Windows color (decimal): -3884225 or 4176836. OLE color: 4176836.

HSL color Cylindrical-coordinate representation of color #C4BB3F: hue angle of 55.94º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4BB3F is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 187 63 -
CMYK 0 0.05 0.68 0.23
HSL 55.94º 0.53% 0.51% -
HSV(B) 55.94º 0.68% 0.77% -
XYZ 41.43 47.64 11.71 -
YUV 175.56 64.48 142.58 -
System Red Green Blue C M Y K H S L
Decimal 196 187 63 0 0.05 0.68 0.23 55.94 0.53 0.51
Hex C4 BB 3F 0 5 44 17 38 35 33
Octal 304 273 77 0 5 104 27 70 65 63
Binary 11000100 10111011 111111 0 101 1000100 10111 111000 110101 110011

Color Harmonies of #C4BB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BB3F

Black with #C4BB3F

Text Example


Text Example

White with #C4BB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BB3F; }

 p { color: rgb(196,187,63); }

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

background-color css

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

 a { background-color: rgb(196,187,63); }

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

border-color css

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

 span { border-color: rgb(196,187,63); }

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