Html Css Color HEX #C89F06 Buddha Gold

📋 copy color: '#C89F06'

red 200 ◦ green 159 ◦ blue 6

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

Shades of Buddha Gold #C89F06

Tints of Buddha Gold #C89F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.64%

R = 54.79%
G = 43.56%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C89F06 (or 0xC89F06) is known color: Buddha Gold. HEX triplet: C8, 9F and 06. RGB value is (200,159,6). Sum of RGB (Red+Green+Blue) = 200+159+6=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 6 (2.73% from 255 or 1.64% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89F06 is #3760F9. Grayscale: #9A9A9A. Windows color (decimal): -3629306 or 434120. OLE color: 434120.

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

Color convert

RGB 200 159 6 -
CMYK 0 0.20 0.97 0.22
HSL 47.32º 0.94% 0.4% -
HSV(B) 47.32º 0.97% 0.78% -
XYZ 36.25 37.09 5.42 -
YUV 153.82 44.58 160.94 -
System Red Green Blue C M Y K H S L
Decimal 200 159 6 0 0.20 0.97 0.22 47.32 0.94 0.4
Hex C8 9F 6 0 14 61 16 2F 5E 28
Octal 310 237 6 0 24 141 26 57 136 50
Binary 11001000 10011111 110 0 10100 1100001 10110 101111 1011110 101000

Color Harmonies of #C89F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89F06

Black with #C89F06

Text Example


Text Example

White with #C89F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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