Html Css Color HEX #C09819 Buddha Gold

📋 copy color: '#C09819'

red 192 ◦ green 152 ◦ blue 25

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

Shades of Buddha Gold #C09819

Tints of Buddha Gold #C09819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.78%

R = 52.03%
G = 41.19%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C09819 (or 0xC09819) is known color: Buddha Gold. HEX triplet: C0, 98 and 19. RGB value is (192,152,25). Sum of RGB (Red+Green+Blue) = 192+152+25=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C09819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09819 is #3F67E6. Grayscale: #969696. Windows color (decimal): -4155367 or 1677504. OLE color: 1677504.

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

Color convert

RGB 192 152 25 -
CMYK 0 0.21 0.87 0.25
HSL 45.63º 0.77% 0.43% -
HSV(B) 45.63º 0.87% 0.75% -
XYZ 33.14 33.73 5.68 -
YUV 149.48 57.75 158.33 -
System Red Green Blue C M Y K H S L
Decimal 192 152 25 0 0.21 0.87 0.25 45.63 0.77 0.43
Hex C0 98 19 0 15 57 19 2E 4D 2B
Octal 300 230 31 0 25 127 31 56 115 53
Binary 11000000 10011000 11001 0 10101 1010111 11001 101110 1001101 101011

Color Harmonies of #C09819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09819

Black with #C09819

Text Example


Text Example

White with #C09819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09819; }

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

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

background-color css

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

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

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

border-color css

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

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

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