Html Css Color HEX #C8B92C Old Gold

📋 copy color: '#C8B92C'

red 200 ◦ green 185 ◦ blue 44

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

Shades of Old Gold #C8B92C

Tints of Old Gold #C8B92C

RGB

 RED value IS 200 (78.52% from 255) = 46.62%

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

 BLUE value IS 44 (17.58% from 255) = 10.26%

R = 46.62%
G = 43.12%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8B92C (or 0xC8B92C) is known color: Old Gold. HEX triplet: C8, B9 and 2C. RGB value is (200,185,44). Sum of RGB (Red+Green+Blue) = 200+185+44=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 44 (17.58% from 255 or 10.26% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B92C is #3746D3. Grayscale: #ADADAD. Windows color (decimal): -3622612 or 2931144. OLE color: 2931144.

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

Color convert

RGB 200 185 44 -
CMYK 0 0.08 0.78 0.22
HSL 54.23º 0.64% 0.48% -
HSV(B) 54.23º 0.78% 0.78% -
XYZ 41.62 47.16 9.29 -
YUV 173.41 54.97 146.96 -
System Red Green Blue C M Y K H S L
Decimal 200 185 44 0 0.08 0.78 0.22 54.23 0.64 0.48
Hex C8 B9 2C 0 8 4E 16 36 40 30
Octal 310 271 54 0 10 116 26 66 100 60
Binary 11001000 10111001 101100 0 1000 1001110 10110 110110 1000000 110000

Color Harmonies of #C8B92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B92C

Black with #C8B92C

Text Example


Text Example

White with #C8B92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B92C; }

 p { color: rgb(200,185,44); }

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

background-color css

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

 a { background-color: rgb(200,185,44); }

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

border-color css

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

 span { border-color: rgb(200,185,44); }

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