Html Css Color HEX #C89F04 Buddha Gold

📋 copy color: '#C89F04'

red 200 ◦ green 159 ◦ blue 4

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

Shades of Buddha Gold #C89F04

Tints of Buddha Gold #C89F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 55.1%
G = 43.8%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C89F04 (or 0xC89F04) is known color: Buddha Gold. HEX triplet: C8, 9F and 04. RGB value is (200,159,4). Sum of RGB (Red+Green+Blue) = 200+159+4=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89F04 is #3760FB. Grayscale: #9A9A9A. Windows color (decimal): -3629308 or 303048. OLE color: 303048.

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

Color convert

RGB 200 159 4 -
CMYK 0 0.20 0.98 0.22
HSL 47.45º 0.96% 0.4% -
HSV(B) 47.45º 0.98% 0.78% -
XYZ 36.24 37.08 5.36 -
YUV 153.59 43.58 161.1 -
System Red Green Blue C M Y K H S L
Decimal 200 159 4 0 0.20 0.98 0.22 47.45 0.96 0.4
Hex C8 9F 4 0 14 62 16 2F 60 28
Octal 310 237 4 0 24 142 26 57 140 50
Binary 11001000 10011111 100 0 10100 1100010 10110 101111 1100000 101000

Color Harmonies of #C89F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89F04

Black with #C89F04

Text Example


Text Example

White with #C89F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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