Html Css Color HEX #C89F22 Buddha Gold

📋 copy color: '#C89F22'

red 200 ◦ green 159 ◦ blue 34

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

Shades of Buddha Gold #C89F22

Tints of Buddha Gold #C89F22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.65%

R = 50.89%
G = 40.46%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C89F22 (or 0xC89F22) is known color: Buddha Gold. HEX triplet: C8, 9F and 22. RGB value is (200,159,34). Sum of RGB (Red+Green+Blue) = 200+159+34=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 34 (13.67% from 255 or 8.65% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89F22 is #3760DD. Grayscale: #9D9D9D. Windows color (decimal): -3629278 or 2269128. OLE color: 2269128.

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

Color convert

RGB 200 159 34 -
CMYK 0 0.20 0.83 0.22
HSL 45.18º 0.71% 0.46% -
HSV(B) 45.18º 0.83% 0.78% -
XYZ 36.51 37.19 6.77 -
YUV 157.01 58.58 158.66 -
System Red Green Blue C M Y K H S L
Decimal 200 159 34 0 0.20 0.83 0.22 45.18 0.71 0.46
Hex C8 9F 22 0 14 53 16 2D 47 2E
Octal 310 237 42 0 24 123 26 55 107 56
Binary 11001000 10011111 100010 0 10100 1010011 10110 101101 1000111 101110

Color Harmonies of #C89F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89F22

Black with #C89F22

Text Example


Text Example

White with #C89F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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