Html Css Color HEX #C39909 Buddha Gold

📋 copy color: '#C39909'

red 195 ◦ green 153 ◦ blue 9

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

Shades of Buddha Gold #C39909

Tints of Buddha Gold #C39909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.52%

R = 54.62%
G = 42.86%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C39909 (or 0xC39909) is known color: Buddha Gold. HEX triplet: C3, 99 and 09. RGB value is (195,153,9). Sum of RGB (Red+Green+Blue) = 195+153+9=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 9 (3.91% from 255 or 2.52% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C39909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39909 is #3C66F6. Grayscale: #959595. Windows color (decimal): -3958519 or 629187. OLE color: 629187.

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

Color convert

RGB 195 153 9 -
CMYK 0 0.22 0.95 0.24
HSL 46.45º 0.91% 0.4% -
HSV(B) 46.45º 0.95% 0.76% -
XYZ 33.95 34.4 5.11 -
YUV 149.14 48.91 160.71 -
System Red Green Blue C M Y K H S L
Decimal 195 153 9 0 0.22 0.95 0.24 46.45 0.91 0.4
Hex C3 99 9 0 16 5F 18 2E 5B 28
Octal 303 231 11 0 26 137 30 56 133 50
Binary 11000011 10011001 1001 0 10110 1011111 11000 101110 1011011 101000

Color Harmonies of #C39909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39909

Black with #C39909

Text Example


Text Example

White with #C39909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39909; }

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

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

background-color css

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

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

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

border-color css

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

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

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