Html Css Color HEX #C7BB3E Old Gold

📋 copy color: '#C7BB3E'

red 199 ◦ green 187 ◦ blue 62

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

Shades of Old Gold #C7BB3E

Tints of Old Gold #C7BB3E

RGB

 RED value IS 199 (78.13% from 255) = 44.42%

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

 BLUE value IS 62 (24.61% from 255) = 13.84%

R = 44.42%
G = 41.74%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C7BB3E (or 0xC7BB3E) is known color: Old Gold. HEX triplet: C7, BB and 3E. RGB value is (199,187,62). Sum of RGB (Red+Green+Blue) = 199+187+62=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 62 (24.61% from 255 or 13.84% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BB3E is #3844C1. Grayscale: #B0B0B0. Windows color (decimal): -3687618 or 4111303. OLE color: 4111303.

HSL color Cylindrical-coordinate representation of color #C7BB3E: hue angle of 54.74º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7BB3E is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 187 62 -
CMYK 0 0.06 0.69 0.22
HSL 54.74º 0.55% 0.51% -
HSV(B) 54.74º 0.69% 0.78% -
XYZ 42.19 48.03 11.6 -
YUV 176.34 63.48 144.16 -
System Red Green Blue C M Y K H S L
Decimal 199 187 62 0 0.06 0.69 0.22 54.74 0.55 0.51
Hex C7 BB 3E 0 6 45 16 37 37 33
Octal 307 273 76 0 6 105 26 67 67 63
Binary 11000111 10111011 111110 0 110 1000101 10110 110111 110111 110011

Color Harmonies of #C7BB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BB3E

Black with #C7BB3E

Text Example


Text Example

White with #C7BB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BB3E; }

 p { color: rgb(199,187,62); }

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

background-color css

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

 a { background-color: rgb(199,187,62); }

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

border-color css

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

 span { border-color: rgb(199,187,62); }

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