Html Css Color HEX #C89709 Buddha Gold

📋 copy color: '#C89709'

red 200 ◦ green 151 ◦ blue 9

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

Shades of Buddha Gold #C89709

Tints of Buddha Gold #C89709

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.94%

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

R = 55.56%
G = 41.94%
B = 2.5%

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

#C89709 (or 0xC89709) is known color: Buddha Gold. HEX triplet: C8, 97 and 09. RGB value is (200,151,9). Sum of RGB (Red+Green+Blue) = 200+151+9=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 9 (3.91% from 255 or 2.5% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C89709 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89709 is #3768F6. Grayscale: #969696. Windows color (decimal): -3631351 or 628680. OLE color: 628680.

HSL color Cylindrical-coordinate representation of color #C89709: hue angle of 44.61º 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 #C89709 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 151 9 -
CMYK 0 0.24 0.96 0.22
HSL 44.61º 0.91% 0.41% -
HSV(B) 44.61º 0.96% 0.78% -
XYZ 34.94 34.43 5.06 -
YUV 149.46 48.73 164.05 -
System Red Green Blue C M Y K H S L
Decimal 200 151 9 0 0.24 0.96 0.22 44.61 0.91 0.41
Hex C8 97 9 0 18 60 16 2D 5B 29
Octal 310 227 11 0 30 140 26 55 133 51
Binary 11001000 10010111 1001 0 11000 1100000 10110 101101 1011011 101001

Color Harmonies of #C89709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89709

Black with #C89709

Text Example


Text Example

White with #C89709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89709; }

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

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

background-color css

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

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

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

border-color css

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

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

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