Html Css Color HEX #C39918 Buddha Gold

📋 copy color: '#C39918'

red 195 ◦ green 153 ◦ blue 24

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

Shades of Buddha Gold #C39918

Tints of Buddha Gold #C39918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.45%

R = 52.42%
G = 41.13%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C39918 (or 0xC39918) is known color: Buddha Gold. HEX triplet: C3, 99 and 18. RGB value is (195,153,24). Sum of RGB (Red+Green+Blue) = 195+153+24=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C39918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39918 is #3C66E7. Grayscale: #979797. Windows color (decimal): -3958504 or 1612227. OLE color: 1612227.

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

Color convert

RGB 195 153 24 -
CMYK 0 0.22 0.88 0.24
HSL 45.26º 0.78% 0.43% -
HSV(B) 45.26º 0.88% 0.76% -
XYZ 34.06 34.45 5.72 -
YUV 150.85 56.41 159.49 -
System Red Green Blue C M Y K H S L
Decimal 195 153 24 0 0.22 0.88 0.24 45.26 0.78 0.43
Hex C3 99 18 0 16 58 18 2D 4E 2B
Octal 303 231 30 0 26 130 30 55 116 53
Binary 11000011 10011001 11000 0 10110 1011000 11000 101101 1001110 101011

Color Harmonies of #C39918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39918

Black with #C39918

Text Example


Text Example

White with #C39918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39918; }

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

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

background-color css

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

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

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

border-color css

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

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

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