Html Css Color HEX #C8AE30 Old Gold

📋 copy color: '#C8AE30'

red 200 ◦ green 174 ◦ blue 48

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

Shades of Old Gold #C8AE30

Tints of Old Gold #C8AE30

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.23%

 BLUE value IS 48 (19.14% from 255) = 11.37%

R = 47.39%
G = 41.23%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8AE30 (or 0xC8AE30) is known color: Old Gold. HEX triplet: C8, AE and 30. RGB value is (200,174,48). Sum of RGB (Red+Green+Blue) = 200+174+48=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 48 (19.14% from 255 or 11.37% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AE30 is #3751CF. Grayscale: #A7A7A7. Windows color (decimal): -3625424 or 3190472. OLE color: 3190472.

HSL color Cylindrical-coordinate representation of color #C8AE30: hue angle of 49.74º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8AE30 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 174 48 -
CMYK 0 0.13 0.76 0.22
HSL 49.74º 0.61% 0.49% -
HSV(B) 49.74º 0.76% 0.78% -
XYZ 39.49 42.76 8.97 -
YUV 167.41 60.61 151.25 -
System Red Green Blue C M Y K H S L
Decimal 200 174 48 0 0.13 0.76 0.22 49.74 0.61 0.49
Hex C8 AE 30 0 D 4C 16 32 3D 31
Octal 310 256 60 0 15 114 26 62 75 61
Binary 11001000 10101110 110000 0 1101 1001100 10110 110010 111101 110001

Color Harmonies of #C8AE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AE30

Black with #C8AE30

Text Example


Text Example

White with #C8AE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AE30; }

 p { color: rgb(200,174,48); }

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

background-color css

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

 a { background-color: rgb(200,174,48); }

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

border-color css

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

 span { border-color: rgb(200,174,48); }

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