Html Css Color HEX #C8A918 Buddha Gold

📋 copy color: '#C8A918'

red 200 ◦ green 169 ◦ blue 24

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

Shades of Buddha Gold #C8A918

Tints of Buddha Gold #C8A918

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43%

 BLUE value IS 24 (9.77% from 255) = 6.11%

R = 50.89%
G = 43%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C8A918 (or 0xC8A918) is known color: Buddha Gold. HEX triplet: C8, A9 and 18. RGB value is (200,169,24). Sum of RGB (Red+Green+Blue) = 200+169+24=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A918 is #3756E7. Grayscale: #A2A2A2. Windows color (decimal): -3626728 or 1616328. OLE color: 1616328.

HSL color Cylindrical-coordinate representation of color #C8A918: hue angle of 49.43º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8A918 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 169 24 -
CMYK 0 0.16 0.88 0.22
HSL 49.43º 0.79% 0.44% -
HSV(B) 49.43º 0.88% 0.78% -
XYZ 38.17 40.72 6.71 -
YUV 161.74 50.27 155.29 -
System Red Green Blue C M Y K H S L
Decimal 200 169 24 0 0.16 0.88 0.22 49.43 0.79 0.44
Hex C8 A9 18 0 10 58 16 31 4F 2C
Octal 310 251 30 0 20 130 26 61 117 54
Binary 11001000 10101001 11000 0 10000 1011000 10110 110001 1001111 101100

Color Harmonies of #C8A918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A918

Black with #C8A918

Text Example


Text Example

White with #C8A918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A918; }

 p { color: rgb(200,169,24); }

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

background-color css

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

 a { background-color: rgb(200,169,24); }

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

border-color css

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

 span { border-color: rgb(200,169,24); }

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