Html Css Color HEX #C8A61E Buddha Gold

📋 copy color: '#C8A61E'

red 200 ◦ green 166 ◦ blue 30

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

Shades of Buddha Gold #C8A61E

Tints of Buddha Gold #C8A61E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.58%

R = 50.51%
G = 41.92%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8A61E (or 0xC8A61E) is known color: Buddha Gold. HEX triplet: C8, A6 and 1E. RGB value is (200,166,30). Sum of RGB (Red+Green+Blue) = 200+166+30=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A61E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A61E is #3759E1. Grayscale: #A1A1A1. Windows color (decimal): -3627490 or 2008776. OLE color: 2008776.

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

Color convert

RGB 200 166 30 -
CMYK 0 0.17 0.85 0.22
HSL 48º 0.74% 0.45% -
HSV(B) 48º 0.85% 0.78% -
XYZ 37.69 39.65 6.89 -
YUV 160.66 54.26 156.06 -
System Red Green Blue C M Y K H S L
Decimal 200 166 30 0 0.17 0.85 0.22 48 0.74 0.45
Hex C8 A6 1E 0 11 55 16 30 4A 2D
Octal 310 246 36 0 21 125 26 60 112 55
Binary 11001000 10100110 11110 0 10001 1010101 10110 110000 1001010 101101

Color Harmonies of #C8A61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A61E

Black with #C8A61E

Text Example


Text Example

White with #C8A61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A61E; }

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

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

background-color css

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

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

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

border-color css

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

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

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