Html Css Color HEX #C89F03 Buddha Gold

📋 copy color: '#C89F03'

red 200 ◦ green 159 ◦ blue 3

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

Shades of Buddha Gold #C89F03

Tints of Buddha Gold #C89F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.83%

R = 55.25%
G = 43.92%
B = 0.83%

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

#C89F03 (or 0xC89F03) is known color: Buddha Gold. HEX triplet: C8, 9F and 03. RGB value is (200,159,3). Sum of RGB (Red+Green+Blue) = 200+159+3=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89F03 is #3760FC. Grayscale: #9A9A9A. Windows color (decimal): -3629309 or 237512. OLE color: 237512.

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

Color convert

RGB 200 159 3 -
CMYK 0 0.20 0.98 0.22
HSL 47.51º 0.97% 0.4% -
HSV(B) 47.51º 0.99% 0.78% -
XYZ 36.23 37.08 5.33 -
YUV 153.48 43.08 161.18 -
System Red Green Blue C M Y K H S L
Decimal 200 159 3 0 0.20 0.98 0.22 47.51 0.97 0.4
Hex C8 9F 3 0 14 62 16 30 61 28
Octal 310 237 3 0 24 142 26 60 141 50
Binary 11001000 10011111 11 0 10100 1100010 10110 110000 1100001 101000

Color Harmonies of #C89F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89F03

Black with #C89F03

Text Example


Text Example

White with #C89F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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