Html Css Color HEX #C89F21 Buddha Gold

📋 copy color: '#C89F21'

red 200 ◦ green 159 ◦ blue 33

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

Shades of Buddha Gold #C89F21

Tints of Buddha Gold #C89F21

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.56%

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

R = 51.02%
G = 40.56%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C89F21 (or 0xC89F21) is known color: Buddha Gold. HEX triplet: C8, 9F and 21. RGB value is (200,159,33). Sum of RGB (Red+Green+Blue) = 200+159+33=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 33 (13.28% from 255 or 8.42% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89F21 is #3760DE. Grayscale: #9D9D9D. Windows color (decimal): -3629279 or 2203592. OLE color: 2203592.

HSL color Cylindrical-coordinate representation of color #C89F21: hue angle of 45.27º 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 #C89F21 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 159 33 -
CMYK 0 0.20 0.84 0.22
HSL 45.27º 0.72% 0.46% -
HSV(B) 45.27º 0.84% 0.78% -
XYZ 36.49 37.19 6.69 -
YUV 156.9 58.08 158.75 -
System Red Green Blue C M Y K H S L
Decimal 200 159 33 0 0.20 0.84 0.22 45.27 0.72 0.46
Hex C8 9F 21 0 14 54 16 2D 48 2E
Octal 310 237 41 0 24 124 26 55 110 56
Binary 11001000 10011111 100001 0 10100 1010100 10110 101101 1001000 101110

Color Harmonies of #C89F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89F21

Black with #C89F21

Text Example


Text Example

White with #C89F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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