Html Css Color HEX #C7B92B Old Gold

📋 copy color: '#C7B92B'

red 199 ◦ green 185 ◦ blue 43

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

Shades of Old Gold #C7B92B

Tints of Old Gold #C7B92B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.07%

R = 46.6%
G = 43.33%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7B92B (or 0xC7B92B) is known color: Old Gold. HEX triplet: C7, B9 and 2B. RGB value is (199,185,43). Sum of RGB (Red+Green+Blue) = 199+185+43=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 43 (17.19% from 255 or 10.07% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B92B is #3846D4. Grayscale: #ADADAD. Windows color (decimal): -3688149 or 2865607. OLE color: 2865607.

HSL color Cylindrical-coordinate representation of color #C7B92B: hue angle of 54.62º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7B92B is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 185 43 -
CMYK 0 0.07 0.78 0.22
HSL 54.62º 0.64% 0.47% -
HSV(B) 54.62º 0.78% 0.78% -
XYZ 41.34 47.01 9.18 -
YUV 173 54.64 146.55 -
System Red Green Blue C M Y K H S L
Decimal 199 185 43 0 0.07 0.78 0.22 54.62 0.64 0.47
Hex C7 B9 2B 0 7 4E 16 37 40 2F
Octal 307 271 53 0 7 116 26 67 100 57
Binary 11000111 10111001 101011 0 111 1001110 10110 110111 1000000 101111

Color Harmonies of #C7B92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B92B

Black with #C7B92B

Text Example


Text Example

White with #C7B92B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B92B; }

 p { color: rgb(199,185,43); }

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

background-color css

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

 a { background-color: rgb(199,185,43); }

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

border-color css

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

 span { border-color: rgb(199,185,43); }

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