Html Css Color HEX #C89E21 Buddha Gold

📋 copy color: '#C89E21'

red 200 ◦ green 158 ◦ blue 33

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

Shades of Buddha Gold #C89E21

Tints of Buddha Gold #C89E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.44%

R = 51.15%
G = 40.41%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C89E21 (or 0xC89E21) is known color: Buddha Gold. HEX triplet: C8, 9E and 21. RGB value is (200,158,33). Sum of RGB (Red+Green+Blue) = 200+158+33=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89E21 is #3761DE. Grayscale: #9C9C9C. Windows color (decimal): -3629535 or 2203336. OLE color: 2203336.

HSL color Cylindrical-coordinate representation of color #C89E21: hue angle of 44.91º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C89E21 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 158 33 -
CMYK 0 0.21 0.84 0.22
HSL 44.91º 0.72% 0.46% -
HSV(B) 44.91º 0.84% 0.78% -
XYZ 36.32 36.84 6.64 -
YUV 156.31 58.41 159.16 -
System Red Green Blue C M Y K H S L
Decimal 200 158 33 0 0.21 0.84 0.22 44.91 0.72 0.46
Hex C8 9E 21 0 15 54 16 2D 48 2E
Octal 310 236 41 0 25 124 26 55 110 56
Binary 11001000 10011110 100001 0 10101 1010100 10110 101101 1001000 101110

Color Harmonies of #C89E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89E21

Black with #C89E21

Text Example


Text Example

White with #C89E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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