Html Css Color HEX #C39916 Buddha Gold

📋 copy color: '#C39916'

red 195 ◦ green 153 ◦ blue 22

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

Shades of Buddha Gold #C39916

Tints of Buddha Gold #C39916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.95%

R = 52.7%
G = 41.35%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C39916 (or 0xC39916) is known color: Buddha Gold. HEX triplet: C3, 99 and 16. RGB value is (195,153,22). Sum of RGB (Red+Green+Blue) = 195+153+22=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C39916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39916 is #3C66E9. Grayscale: #979797. Windows color (decimal): -3958506 or 1481155. OLE color: 1481155.

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

Color convert

RGB 195 153 22 -
CMYK 0 0.22 0.89 0.24
HSL 45.43º 0.8% 0.43% -
HSV(B) 45.43º 0.89% 0.76% -
XYZ 34.04 34.44 5.61 -
YUV 150.62 55.41 159.65 -
System Red Green Blue C M Y K H S L
Decimal 195 153 22 0 0.22 0.89 0.24 45.43 0.8 0.43
Hex C3 99 16 0 16 59 18 2D 50 2B
Octal 303 231 26 0 26 131 30 55 120 53
Binary 11000011 10011001 10110 0 10110 1011001 11000 101101 1010000 101011

Color Harmonies of #C39916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39916

Black with #C39916

Text Example


Text Example

White with #C39916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39916; }

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

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

background-color css

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

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

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

border-color css

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

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

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