Html Css Color HEX #C09822 Buddha Gold

📋 copy color: '#C09822'

red 192 ◦ green 152 ◦ blue 34

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

Shades of Buddha Gold #C09822

Tints of Buddha Gold #C09822

RGB

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

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

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

R = 50.79%
G = 40.21%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C09822 (or 0xC09822) is known color: Buddha Gold. HEX triplet: C0, 98 and 22. RGB value is (192,152,34). Sum of RGB (Red+Green+Blue) = 192+152+34=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 34 (13.67% from 255 or 8.99% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C09822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09822 is #3F67DD. Grayscale: #979797. Windows color (decimal): -4155358 or 2267328. OLE color: 2267328.

HSL color Cylindrical-coordinate representation of color #C09822: hue angle of 44.81º 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 #C09822 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 152 34 -
CMYK 0 0.21 0.82 0.25
HSL 44.81º 0.7% 0.44% -
HSV(B) 44.81º 0.82% 0.75% -
XYZ 33.26 33.78 6.28 -
YUV 150.51 62.25 157.59 -
System Red Green Blue C M Y K H S L
Decimal 192 152 34 0 0.21 0.82 0.25 44.81 0.7 0.44
Hex C0 98 22 0 15 52 19 2D 46 2C
Octal 300 230 42 0 25 122 31 55 106 54
Binary 11000000 10011000 100010 0 10101 1010010 11001 101101 1000110 101100

Color Harmonies of #C09822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09822

Black with #C09822

Text Example


Text Example

White with #C09822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09822; }

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

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

background-color css

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

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

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

border-color css

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

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

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