Html Css Color HEX #C89920 Buddha Gold

📋 copy color: '#C89920'

red 200 ◦ green 153 ◦ blue 32

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

Shades of Buddha Gold #C89920

Tints of Buddha Gold #C89920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.31%

R = 51.95%
G = 39.74%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C89920 (or 0xC89920) is known color: Buddha Gold. HEX triplet: C8, 99 and 20. RGB value is (200,153,32). Sum of RGB (Red+Green+Blue) = 200+153+32=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C89920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89920 is #3766DF. Grayscale: #999999. Windows color (decimal): -3630816 or 2136520. OLE color: 2136520.

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

Color convert

RGB 200 153 32 -
CMYK 0 0.24 0.84 0.22
HSL 43.21º 0.72% 0.45% -
HSV(B) 43.21º 0.84% 0.78% -
XYZ 35.47 35.17 6.28 -
YUV 153.26 59.57 161.34 -
System Red Green Blue C M Y K H S L
Decimal 200 153 32 0 0.24 0.84 0.22 43.21 0.72 0.45
Hex C8 99 20 0 18 54 16 2B 48 2D
Octal 310 231 40 0 30 124 26 53 110 55
Binary 11001000 10011001 100000 0 11000 1010100 10110 101011 1001000 101101

Color Harmonies of #C89920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89920

Black with #C89920

Text Example


Text Example

White with #C89920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89920; }

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

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

background-color css

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

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

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

border-color css

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

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

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