Html Css Color HEX #C89019 Buddha Gold

📋 copy color: '#C89019'

red 200 ◦ green 144 ◦ blue 25

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

Shades of Buddha Gold #C89019

Tints of Buddha Gold #C89019

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.02%

 BLUE value IS 25 (10.16% from 255) = 6.78%

R = 54.2%
G = 39.02%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C89019 (or 0xC89019) is known color: Buddha Gold. HEX triplet: C8, 90 and 19. RGB value is (200,144,25). Sum of RGB (Red+Green+Blue) = 200+144+25=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C89019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89019 is #376FE6. Grayscale: #939393. Windows color (decimal): -3633127 or 1675464. OLE color: 1675464.

HSL color Cylindrical-coordinate representation of color #C89019: hue angle of 40.8º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C89019 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 144 25 -
CMYK 0 0.28 0.88 0.22
HSL 40.8º 0.78% 0.44% -
HSV(B) 40.8º 0.88% 0.78% -
XYZ 33.97 32.3 5.36 -
YUV 147.18 59.05 165.68 -
System Red Green Blue C M Y K H S L
Decimal 200 144 25 0 0.28 0.88 0.22 40.8 0.78 0.44
Hex C8 90 19 0 1C 58 16 29 4E 2C
Octal 310 220 31 0 34 130 26 51 116 54
Binary 11001000 10010000 11001 0 11100 1011000 10110 101001 1001110 101100

Color Harmonies of #C89019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89019

Black with #C89019

Text Example


Text Example

White with #C89019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89019; }

 p { color: rgb(200,144,25); }

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

background-color css

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

 a { background-color: rgb(200,144,25); }

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

border-color css

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

 span { border-color: rgb(200,144,25); }

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