Html Css Color HEX #C89214 Buddha Gold

📋 copy color: '#C89214'

red 200 ◦ green 146 ◦ blue 20

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

Shades of Buddha Gold #C89214

Tints of Buddha Gold #C89214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.89%

 BLUE value IS 20 (8.2% from 255) = 5.46%

R = 54.64%
G = 39.89%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C89214 (or 0xC89214) is known color: Buddha Gold. HEX triplet: C8, 92 and 14. RGB value is (200,146,20). Sum of RGB (Red+Green+Blue) = 200+146+20=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C89214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89214 is #376DEB. Grayscale: #949494. Windows color (decimal): -3632620 or 1348296. OLE color: 1348296.

HSL color Cylindrical-coordinate representation of color #C89214: hue angle of 42º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C89214 is Cyan = 0, Magento = 0.27, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 146 20 -
CMYK 0 0.27 0.9 0.22
HSL 42º 0.82% 0.43% -
HSV(B) 42º 0.9% 0.78% -
XYZ 34.22 32.89 5.21 -
YUV 147.78 55.89 165.25 -
System Red Green Blue C M Y K H S L
Decimal 200 146 20 0 0.27 0.9 0.22 42 0.82 0.43
Hex C8 92 14 0 1B 5A 16 2A 52 2B
Octal 310 222 24 0 33 132 26 52 122 53
Binary 11001000 10010010 10100 0 11011 1011010 10110 101010 1010010 101011

Color Harmonies of #C89214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89214

Black with #C89214

Text Example


Text Example

White with #C89214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89214; }

 p { color: rgb(200,146,20); }

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

background-color css

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

 a { background-color: rgb(200,146,20); }

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

border-color css

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

 span { border-color: rgb(200,146,20); }

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