Html Css Color HEX #C89F23 Buddha Gold

📋 copy color: '#C89F23'

red 200 ◦ green 159 ◦ blue 35

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

Shades of Buddha Gold #C89F23

Tints of Buddha Gold #C89F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.88%

R = 50.76%
G = 40.36%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C89F23 (or 0xC89F23) is known color: Buddha Gold. HEX triplet: C8, 9F and 23. RGB value is (200,159,35). Sum of RGB (Red+Green+Blue) = 200+159+35=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 35 (14.06% from 255 or 8.88% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89F23 is #3760DC. Grayscale: #9D9D9D. Windows color (decimal): -3629277 or 2334664. OLE color: 2334664.

HSL color Cylindrical-coordinate representation of color #C89F23: hue angle of 45.09º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C89F23 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 159 35 -
CMYK 0 0.20 0.82 0.22
HSL 45.09º 0.7% 0.46% -
HSV(B) 45.09º 0.83% 0.78% -
XYZ 36.52 37.2 6.84 -
YUV 157.12 59.08 158.58 -
System Red Green Blue C M Y K H S L
Decimal 200 159 35 0 0.20 0.82 0.22 45.09 0.7 0.46
Hex C8 9F 23 0 14 52 16 2D 46 2E
Octal 310 237 43 0 24 122 26 55 106 56
Binary 11001000 10011111 100011 0 10100 1010010 10110 101101 1000110 101110

Color Harmonies of #C89F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89F23

Black with #C89F23

Text Example


Text Example

White with #C89F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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