Html Css Color HEX #C89414 Buddha Gold

📋 copy color: '#C89414'

red 200 ◦ green 148 ◦ blue 20

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

Shades of Buddha Gold #C89414

Tints of Buddha Gold #C89414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.22%

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

R = 54.35%
G = 40.22%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C89414 (or 0xC89414) is known color: Buddha Gold. HEX triplet: C8, 94 and 14. RGB value is (200,148,20). Sum of RGB (Red+Green+Blue) = 200+148+20=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 20 (8.20% from 255 or 5.43% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C89414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89414 is #376BEB. Grayscale: #959595. Windows color (decimal): -3632108 or 1348808. OLE color: 1348808.

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

Color convert

RGB 200 148 20 -
CMYK 0 0.26 0.9 0.22
HSL 42.67º 0.82% 0.43% -
HSV(B) 42.67º 0.9% 0.78% -
XYZ 34.54 33.51 5.31 -
YUV 148.96 55.23 164.41 -
System Red Green Blue C M Y K H S L
Decimal 200 148 20 0 0.26 0.9 0.22 42.67 0.82 0.43
Hex C8 94 14 0 1A 5A 16 2B 52 2B
Octal 310 224 24 0 32 132 26 53 122 53
Binary 11001000 10010100 10100 0 11010 1011010 10110 101011 1010010 101011

Color Harmonies of #C89414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89414

Black with #C89414

Text Example


Text Example

White with #C89414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89414; }

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

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

background-color css

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

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

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

border-color css

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

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

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