Html Css Color HEX #C09922 Buddha Gold

📋 copy color: '#C09922'

red 192 ◦ green 153 ◦ blue 34

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

Shades of Buddha Gold #C09922

Tints of Buddha Gold #C09922

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.37%

 BLUE value IS 34 (13.67% from 255) = 8.97%

R = 50.66%
G = 40.37%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C09922 (or 0xC09922) is known color: Buddha Gold. HEX triplet: C0, 99 and 22. RGB value is (192,153,34). Sum of RGB (Red+Green+Blue) = 192+153+34=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 34 (13.67% from 255 or 8.97% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C09922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09922 is #3F66DD. Grayscale: #979797. Windows color (decimal): -4155102 or 2267584. OLE color: 2267584.

HSL color Cylindrical-coordinate representation of color #C09922: hue angle of 45.19º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C09922 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 153 34 -
CMYK 0 0.20 0.82 0.25
HSL 45.19º 0.7% 0.44% -
HSV(B) 45.19º 0.82% 0.75% -
XYZ 33.42 34.1 6.33 -
YUV 151.1 61.92 157.18 -
System Red Green Blue C M Y K H S L
Decimal 192 153 34 0 0.20 0.82 0.25 45.19 0.7 0.44
Hex C0 99 22 0 14 52 19 2D 46 2C
Octal 300 231 42 0 24 122 31 55 106 54
Binary 11000000 10011001 100010 0 10100 1010010 11001 101101 1000110 101100

Color Harmonies of #C09922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09922

Black with #C09922

Text Example


Text Example

White with #C09922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09922; }

 p { color: rgb(192,153,34); }

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

background-color css

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

 a { background-color: rgb(192,153,34); }

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

border-color css

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

 span { border-color: rgb(192,153,34); }

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