Html Css Color HEX #C89E03 Buddha Gold

📋 copy color: '#C89E03'

red 200 ◦ green 158 ◦ blue 3

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

Shades of Buddha Gold #C89E03

Tints of Buddha Gold #C89E03

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.77%

 BLUE value IS 3 (1.56% from 255) = 0.83%

R = 55.4%
G = 43.77%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C89E03 (or 0xC89E03) is known color: Buddha Gold. HEX triplet: C8, 9E and 03. RGB value is (200,158,3). Sum of RGB (Red+Green+Blue) = 200+158+3=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 3 (1.56% from 255 or 0.83% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89E03 is #3761FC. Grayscale: #999999. Windows color (decimal): -3629565 or 237256. OLE color: 237256.

HSL color Cylindrical-coordinate representation of color #C89E03: hue angle of 47.21º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C89E03 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 158 3 -
CMYK 0 0.21 0.98 0.22
HSL 47.21º 0.97% 0.4% -
HSV(B) 47.21º 0.99% 0.78% -
XYZ 36.06 36.74 5.28 -
YUV 152.89 43.41 161.6 -
System Red Green Blue C M Y K H S L
Decimal 200 158 3 0 0.21 0.98 0.22 47.21 0.97 0.4
Hex C8 9E 3 0 15 62 16 2F 61 28
Octal 310 236 3 0 25 142 26 57 141 50
Binary 11001000 10011110 11 0 10101 1100010 10110 101111 1100001 101000

Color Harmonies of #C89E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89E03

Black with #C89E03

Text Example


Text Example

White with #C89E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89E03; }

 p { color: rgb(200,158,3); }

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

background-color css

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

 a { background-color: rgb(200,158,3); }

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

border-color css

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

 span { border-color: rgb(200,158,3); }

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