Html Css Color HEX #C8A20D Buddha Gold

📋 copy color: '#C8A20D'

red 200 ◦ green 162 ◦ blue 13

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

Shades of Buddha Gold #C8A20D

Tints of Buddha Gold #C8A20D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.2%

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

R = 53.33%
G = 43.2%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8A20D (or 0xC8A20D) is known color: Buddha Gold. HEX triplet: C8, A2 and 0D. RGB value is (200,162,13). Sum of RGB (Red+Green+Blue) = 200+162+13=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A20D is #375DF2. Grayscale: #9D9D9D. Windows color (decimal): -3628531 or 893640. OLE color: 893640.

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

Color convert

RGB 200 162 13 -
CMYK 0 0.19 0.94 0.22
HSL 47.81º 0.88% 0.42% -
HSV(B) 47.81º 0.94% 0.78% -
XYZ 36.81 38.15 5.8 -
YUV 156.38 47.09 159.12 -
System Red Green Blue C M Y K H S L
Decimal 200 162 13 0 0.19 0.94 0.22 47.81 0.88 0.42
Hex C8 A2 D 0 13 5E 16 30 58 2A
Octal 310 242 15 0 23 136 26 60 130 52
Binary 11001000 10100010 1101 0 10011 1011110 10110 110000 1011000 101010

Color Harmonies of #C8A20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A20D

Black with #C8A20D

Text Example


Text Example

White with #C8A20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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