Html Css Color HEX #C8A71F Buddha Gold

📋 copy color: '#C8A71F'

red 200 ◦ green 167 ◦ blue 31

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

Shades of Buddha Gold #C8A71F

Tints of Buddha Gold #C8A71F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.96%

 BLUE value IS 31 (12.5% from 255) = 7.79%

R = 50.25%
G = 41.96%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8A71F (or 0xC8A71F) is known color: Buddha Gold. HEX triplet: C8, A7 and 1F. RGB value is (200,167,31). Sum of RGB (Red+Green+Blue) = 200+167+31=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A71F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A71F is #3758E0. Grayscale: #A1A1A1. Windows color (decimal): -3627233 or 2074568. OLE color: 2074568.

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

Color convert

RGB 200 167 31 -
CMYK 0 0.16 0.84 0.22
HSL 48.28º 0.73% 0.45% -
HSV(B) 48.28º 0.85% 0.78% -
XYZ 37.89 40.02 7.02 -
YUV 161.36 54.43 155.56 -
System Red Green Blue C M Y K H S L
Decimal 200 167 31 0 0.16 0.84 0.22 48.28 0.73 0.45
Hex C8 A7 1F 0 10 54 16 30 49 2D
Octal 310 247 37 0 20 124 26 60 111 55
Binary 11001000 10100111 11111 0 10000 1010100 10110 110000 1001001 101101

Color Harmonies of #C8A71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A71F

Black with #C8A71F

Text Example


Text Example

White with #C8A71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A71F; }

 p { color: rgb(200,167,31); }

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

background-color css

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

 a { background-color: rgb(200,167,31); }

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

border-color css

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

 span { border-color: rgb(200,167,31); }

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