Html Css Color HEX #C09014 Buddha Gold

📋 copy color: '#C09014'

red 192 ◦ green 144 ◦ blue 20

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

Shades of Buddha Gold #C09014

Tints of Buddha Gold #C09014

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.45%

 BLUE value IS 20 (8.2% from 255) = 5.62%

R = 53.93%
G = 40.45%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C09014 (or 0xC09014) is known color: Buddha Gold. HEX triplet: C0, 90 and 14. RGB value is (192,144,20). Sum of RGB (Red+Green+Blue) = 192+144+20=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C09014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09014 is #3F6FEB. Grayscale: #909090. Windows color (decimal): -4157420 or 1347776. OLE color: 1347776.

HSL color Cylindrical-coordinate representation of color #C09014: hue angle of 43.26º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C09014 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 144 20 -
CMYK 0 0.25 0.90 0.25
HSL 43.26º 0.81% 0.42% -
HSV(B) 43.26º 0.9% 0.75% -
XYZ 31.84 31.2 5.01 -
YUV 144.22 57.9 162.08 -
System Red Green Blue C M Y K H S L
Decimal 192 144 20 0 0.25 0.90 0.25 43.26 0.81 0.42
Hex C0 90 14 0 19 5A 19 2B 51 2A
Octal 300 220 24 0 31 132 31 53 121 52
Binary 11000000 10010000 10100 0 11001 1011010 11001 101011 1010001 101010

Color Harmonies of #C09014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09014

Black with #C09014

Text Example


Text Example

White with #C09014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09014; }

 p { color: rgb(192,144,20); }

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

background-color css

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

 a { background-color: rgb(192,144,20); }

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

border-color css

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

 span { border-color: rgb(192,144,20); }

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