Html Css Color HEX #C89A0E Buddha Gold

📋 copy color: '#C89A0E'

red 200 ◦ green 154 ◦ blue 14

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

Shades of Buddha Gold #C89A0E

Tints of Buddha Gold #C89A0E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.85%

 BLUE value IS 14 (5.86% from 255) = 3.8%

R = 54.35%
G = 41.85%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C89A0E (or 0xC89A0E) is known color: Buddha Gold. HEX triplet: C8, 9A and 0E. RGB value is (200,154,14). Sum of RGB (Red+Green+Blue) = 200+154+14=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 14 (5.86% from 255 or 3.80% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89A0E is #3765F1. Grayscale: #989898. Windows color (decimal): -3630578 or 957128. OLE color: 957128.

HSL color Cylindrical-coordinate representation of color #C89A0E: hue angle of 45.16º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C89A0E is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 154 14 -
CMYK 0 0.23 0.93 0.22
HSL 45.16º 0.87% 0.42% -
HSV(B) 45.16º 0.93% 0.78% -
XYZ 35.45 35.42 5.38 -
YUV 151.79 50.24 162.38 -
System Red Green Blue C M Y K H S L
Decimal 200 154 14 0 0.23 0.93 0.22 45.16 0.87 0.42
Hex C8 9A E 0 17 5D 16 2D 57 2A
Octal 310 232 16 0 27 135 26 55 127 52
Binary 11001000 10011010 1110 0 10111 1011101 10110 101101 1010111 101010

Color Harmonies of #C89A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89A0E

Black with #C89A0E

Text Example


Text Example

White with #C89A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89A0E; }

 p { color: rgb(200,154,14); }

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

background-color css

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

 a { background-color: rgb(200,154,14); }

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

border-color css

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

 span { border-color: rgb(200,154,14); }

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