Html Css Color HEX #C09E04 Buddha Gold

📋 copy color: '#C09E04'

red 192 ◦ green 158 ◦ blue 4

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

Shades of Buddha Gold #C09E04

Tints of Buddha Gold #C09E04

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.63%

 BLUE value IS 4 (1.95% from 255) = 1.13%

R = 54.24%
G = 44.63%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C09E04 (or 0xC09E04) is known color: Buddha Gold. HEX triplet: C0, 9E and 04. RGB value is (192,158,4). Sum of RGB (Red+Green+Blue) = 192+158+4=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 4 (1.95% from 255 or 1.13% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09E04 is #3F61FB. Grayscale: #979797. Windows color (decimal): -4153852 or 302784. OLE color: 302784.

HSL color Cylindrical-coordinate representation of color #C09E04: hue angle of 49.15º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C09E04 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 158 4 -
CMYK 0 0.18 0.98 0.25
HSL 49.15º 0.96% 0.38% -
HSV(B) 49.15º 0.98% 0.75% -
XYZ 33.99 35.67 5.21 -
YUV 150.61 45.26 157.52 -
System Red Green Blue C M Y K H S L
Decimal 192 158 4 0 0.18 0.98 0.25 49.15 0.96 0.38
Hex C0 9E 4 0 12 62 19 31 60 26
Octal 300 236 4 0 22 142 31 61 140 46
Binary 11000000 10011110 100 0 10010 1100010 11001 110001 1100000 100110

Color Harmonies of #C09E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09E04

Black with #C09E04

Text Example


Text Example

White with #C09E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09E04; }

 p { color: rgb(192,158,4); }

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

background-color css

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

 a { background-color: rgb(192,158,4); }

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

border-color css

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

 span { border-color: rgb(192,158,4); }

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