Html Css Color HEX #C39922 Buddha Gold

📋 copy color: '#C39922'

red 195 ◦ green 153 ◦ blue 34

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

Shades of Buddha Gold #C39922

Tints of Buddha Gold #C39922

RGB

 RED value IS 195 (76.56% from 255) = 51.05%

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

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

R = 51.05%
G = 40.05%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C39922 (or 0xC39922) is known color: Buddha Gold. HEX triplet: C3, 99 and 22. RGB value is (195,153,34). Sum of RGB (Red+Green+Blue) = 195+153+34=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 34 (13.67% from 255 or 8.90% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C39922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39922 is #3C66DD. Grayscale: #989898. Windows color (decimal): -3958494 or 2267587. OLE color: 2267587.

HSL color Cylindrical-coordinate representation of color #C39922: hue angle of 44.35º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C39922 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 153 34 -
CMYK 0 0.22 0.83 0.24
HSL 44.35º 0.7% 0.45% -
HSV(B) 44.35º 0.83% 0.76% -
XYZ 34.19 34.5 6.37 -
YUV 151.99 61.41 158.68 -
System Red Green Blue C M Y K H S L
Decimal 195 153 34 0 0.22 0.83 0.24 44.35 0.7 0.45
Hex C3 99 22 0 16 53 18 2C 46 2D
Octal 303 231 42 0 26 123 30 54 106 55
Binary 11000011 10011001 100010 0 10110 1010011 11000 101100 1000110 101101

Color Harmonies of #C39922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39922

Black with #C39922

Text Example


Text Example

White with #C39922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39922; }

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

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

background-color css

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

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

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

border-color css

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

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

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