Html Css Color HEX #C89F05 Buddha Gold

📋 copy color: '#C89F05'

red 200 ◦ green 159 ◦ blue 5

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

Shades of Buddha Gold #C89F05

Tints of Buddha Gold #C89F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.37%

R = 54.95%
G = 43.68%
B = 1.37%

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

#C89F05 (or 0xC89F05) is known color: Buddha Gold. HEX triplet: C8, 9F and 05. RGB value is (200,159,5). Sum of RGB (Red+Green+Blue) = 200+159+5=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 5 (2.34% from 255 or 1.37% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89F05 is #3760FA. Grayscale: #9A9A9A. Windows color (decimal): -3629307 or 368584. OLE color: 368584.

HSL color Cylindrical-coordinate representation of color #C89F05: hue angle of 47.38º degrees, saturation: 0.95, 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 #C89F05 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 159 5 -
CMYK 0 0.20 0.98 0.22
HSL 47.38º 0.95% 0.4% -
HSV(B) 47.38º 0.98% 0.78% -
XYZ 36.24 37.09 5.39 -
YUV 153.7 44.08 161.02 -
System Red Green Blue C M Y K H S L
Decimal 200 159 5 0 0.20 0.98 0.22 47.38 0.95 0.4
Hex C8 9F 5 0 14 62 16 2F 5F 28
Octal 310 237 5 0 24 142 26 57 137 50
Binary 11001000 10011111 101 0 10100 1100010 10110 101111 1011111 101000

Color Harmonies of #C89F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89F05

Black with #C89F05

Text Example


Text Example

White with #C89F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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