Html Css Color HEX #C89915 Buddha Gold

📋 copy color: '#C89915'

red 200 ◦ green 153 ◦ blue 21

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

Shades of Buddha Gold #C89915

Tints of Buddha Gold #C89915

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.91%

 BLUE value IS 21 (8.59% from 255) = 5.61%

R = 53.48%
G = 40.91%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C89915 (or 0xC89915) is known color: Buddha Gold. HEX triplet: C8, 99 and 15. RGB value is (200,153,21). Sum of RGB (Red+Green+Blue) = 200+153+21=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C89915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89915 is #3766EA. Grayscale: #989898. Windows color (decimal): -3630827 or 1415624. OLE color: 1415624.

HSL color Cylindrical-coordinate representation of color #C89915: hue angle of 44.25º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C89915 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 153 21 -
CMYK 0 0.24 0.90 0.22
HSL 44.25º 0.81% 0.43% -
HSV(B) 44.25º 0.9% 0.78% -
XYZ 35.35 35.12 5.62 -
YUV 152.01 54.07 162.23 -
System Red Green Blue C M Y K H S L
Decimal 200 153 21 0 0.24 0.90 0.22 44.25 0.81 0.43
Hex C8 99 15 0 18 5A 16 2C 51 2B
Octal 310 231 25 0 30 132 26 54 121 53
Binary 11001000 10011001 10101 0 11000 1011010 10110 101100 1010001 101011

Color Harmonies of #C89915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89915

Black with #C89915

Text Example


Text Example

White with #C89915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89915; }

 p { color: rgb(200,153,21); }

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

background-color css

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

 a { background-color: rgb(200,153,21); }

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

border-color css

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

 span { border-color: rgb(200,153,21); }

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