Html Css Color HEX #C8A90D Buddha Gold

📋 copy color: '#C8A90D'

red 200 ◦ green 169 ◦ blue 13

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

Shades of Buddha Gold #C8A90D

Tints of Buddha Gold #C8A90D

RGB

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

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

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

R = 52.36%
G = 44.24%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8A90D (or 0xC8A90D) is known color: Buddha Gold. HEX triplet: C8, A9 and 0D. RGB value is (200,169,13). Sum of RGB (Red+Green+Blue) = 200+169+13=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A90D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A90D is #3756F2. Grayscale: #A1A1A1. Windows color (decimal): -3626739 or 895432. OLE color: 895432.

HSL color Cylindrical-coordinate representation of color #C8A90D: hue angle of 50.05º 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 #C8A90D is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 169 13 -
CMYK 0 0.16 0.94 0.22
HSL 50.05º 0.88% 0.42% -
HSV(B) 50.05º 0.94% 0.78% -
XYZ 38.08 40.68 6.23 -
YUV 160.49 44.77 156.18 -
System Red Green Blue C M Y K H S L
Decimal 200 169 13 0 0.16 0.94 0.22 50.05 0.88 0.42
Hex C8 A9 D 0 10 5E 16 32 58 2A
Octal 310 251 15 0 20 136 26 62 130 52
Binary 11001000 10101001 1101 0 10000 1011110 10110 110010 1011000 101010

Color Harmonies of #C8A90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A90D

Black with #C8A90D

Text Example


Text Example

White with #C8A90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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