Html Css Color HEX #C8A60D Buddha Gold

📋 copy color: '#C8A60D'

red 200 ◦ green 166 ◦ blue 13

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

Shades of Buddha Gold #C8A60D

Tints of Buddha Gold #C8A60D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.8%

 BLUE value IS 13 (5.47% from 255) = 3.43%

R = 52.77%
G = 43.8%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8A60D (or 0xC8A60D) is known color: Buddha Gold. HEX triplet: C8, A6 and 0D. RGB value is (200,166,13). Sum of RGB (Red+Green+Blue) = 200+166+13=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A60D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A60D is #3759F2. Grayscale: #9F9F9F. Windows color (decimal): -3627507 or 894664. OLE color: 894664.

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

Color convert

RGB 200 166 13 -
CMYK 0 0.17 0.94 0.22
HSL 49.09º 0.88% 0.42% -
HSV(B) 49.09º 0.94% 0.78% -
XYZ 37.53 39.58 6.04 -
YUV 158.72 45.76 157.44 -
System Red Green Blue C M Y K H S L
Decimal 200 166 13 0 0.17 0.94 0.22 49.09 0.88 0.42
Hex C8 A6 D 0 11 5E 16 31 58 2A
Octal 310 246 15 0 21 136 26 61 130 52
Binary 11001000 10100110 1101 0 10001 1011110 10110 110001 1011000 101010

Color Harmonies of #C8A60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A60D

Black with #C8A60D

Text Example


Text Example

White with #C8A60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A60D; }

 p { color: rgb(200,166,13); }

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

background-color css

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

 a { background-color: rgb(200,166,13); }

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

border-color css

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

 span { border-color: rgb(200,166,13); }

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