Html Css Color HEX #C09811 Buddha Gold

📋 copy color: '#C09811'

red 192 ◦ green 152 ◦ blue 17

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

Shades of Buddha Gold #C09811

Tints of Buddha Gold #C09811

RGB

 RED value IS 192 (75.39% from 255) = 53.19%

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

 BLUE value IS 17 (7.03% from 255) = 4.71%

R = 53.19%
G = 42.11%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C09811 (or 0xC09811) is known color: Buddha Gold. HEX triplet: C0, 98 and 11. RGB value is (192,152,17). Sum of RGB (Red+Green+Blue) = 192+152+17=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C09811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09811 is #3F67EE. Grayscale: #959595. Windows color (decimal): -4155375 or 1153216. OLE color: 1153216.

HSL color Cylindrical-coordinate representation of color #C09811: hue angle of 46.29º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C09811 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 152 17 -
CMYK 0 0.21 0.91 0.25
HSL 46.29º 0.84% 0.41% -
HSV(B) 46.29º 0.91% 0.75% -
XYZ 33.07 33.7 5.29 -
YUV 148.57 53.75 158.98 -
System Red Green Blue C M Y K H S L
Decimal 192 152 17 0 0.21 0.91 0.25 46.29 0.84 0.41
Hex C0 98 11 0 15 5B 19 2E 54 29
Octal 300 230 21 0 25 133 31 56 124 51
Binary 11000000 10011000 10001 0 10101 1011011 11001 101110 1010100 101001

Color Harmonies of #C09811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09811

Black with #C09811

Text Example


Text Example

White with #C09811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09811; }

 p { color: rgb(192,152,17); }

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

background-color css

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

 a { background-color: rgb(192,152,17); }

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

border-color css

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

 span { border-color: rgb(192,152,17); }

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