Html Css Color HEX #C8AA14 Buddha Gold

📋 copy color: '#C8AA14'

red 200 ◦ green 170 ◦ blue 20

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

Shades of Buddha Gold #C8AA14

Tints of Buddha Gold #C8AA14

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.59%

 BLUE value IS 20 (8.2% from 255) = 5.13%

R = 51.28%
G = 43.59%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C8AA14 (or 0xC8AA14) is known color: Buddha Gold. HEX triplet: C8, AA and 14. RGB value is (200,170,20). Sum of RGB (Red+Green+Blue) = 200+170+20=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 20 (8.20% from 255 or 5.13% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AA14 is #3755EB. Grayscale: #A2A2A2. Windows color (decimal): -3626476 or 1354440. OLE color: 1354440.

HSL color Cylindrical-coordinate representation of color #C8AA14: hue angle of 50º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8AA14 is Cyan = 0, Magento = 0.15, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 170 20 -
CMYK 0 0.15 0.9 0.22
HSL 50º 0.82% 0.43% -
HSV(B) 50º 0.9% 0.78% -
XYZ 38.32 41.08 6.57 -
YUV 161.87 47.94 155.2 -
System Red Green Blue C M Y K H S L
Decimal 200 170 20 0 0.15 0.9 0.22 50 0.82 0.43
Hex C8 AA 14 0 F 5A 16 32 52 2B
Octal 310 252 24 0 17 132 26 62 122 53
Binary 11001000 10101010 10100 0 1111 1011010 10110 110010 1010010 101011

Color Harmonies of #C8AA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AA14

Black with #C8AA14

Text Example


Text Example

White with #C8AA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AA14; }

 p { color: rgb(200,170,20); }

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

background-color css

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

 a { background-color: rgb(200,170,20); }

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

border-color css

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

 span { border-color: rgb(200,170,20); }

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