Html Css Color HEX #C89809 Buddha Gold

📋 copy color: '#C89809'

red 200 ◦ green 152 ◦ blue 9

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

Shades of Buddha Gold #C89809

Tints of Buddha Gold #C89809

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.11%

 BLUE value IS 9 (3.91% from 255) = 2.49%

R = 55.4%
G = 42.11%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C89809 (or 0xC89809) is known color: Buddha Gold. HEX triplet: C8, 98 and 09. RGB value is (200,152,9). Sum of RGB (Red+Green+Blue) = 200+152+9=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 9 (3.91% from 255 or 2.49% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C89809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89809 is #3767F6. Grayscale: #969696. Windows color (decimal): -3631095 or 628936. OLE color: 628936.

HSL color Cylindrical-coordinate representation of color #C89809: hue angle of 44.92º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C89809 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 152 9 -
CMYK 0 0.24 0.96 0.22
HSL 44.92º 0.91% 0.41% -
HSV(B) 44.92º 0.96% 0.78% -
XYZ 35.1 34.76 5.12 -
YUV 150.05 48.4 163.63 -
System Red Green Blue C M Y K H S L
Decimal 200 152 9 0 0.24 0.96 0.22 44.92 0.91 0.41
Hex C8 98 9 0 18 60 16 2D 5B 29
Octal 310 230 11 0 30 140 26 55 133 51
Binary 11001000 10011000 1001 0 11000 1100000 10110 101101 1011011 101001

Color Harmonies of #C89809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89809

Black with #C89809

Text Example


Text Example

White with #C89809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89809; }

 p { color: rgb(200,152,9); }

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

background-color css

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

 a { background-color: rgb(200,152,9); }

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

border-color css

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

 span { border-color: rgb(200,152,9); }

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