Html Css Color HEX #C39818 Buddha Gold

📋 copy color: '#C39818'

red 195 ◦ green 152 ◦ blue 24

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

Shades of Buddha Gold #C39818

Tints of Buddha Gold #C39818

RGB

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

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

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

R = 52.56%
G = 40.97%
B = 6.47%

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

#C39818 (or 0xC39818) is known color: Buddha Gold. HEX triplet: C3, 98 and 18. RGB value is (195,152,24). Sum of RGB (Red+Green+Blue) = 195+152+24=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C39818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39818 is #3C67E7. Grayscale: #969696. Windows color (decimal): -3958760 or 1611971. OLE color: 1611971.

HSL color Cylindrical-coordinate representation of color #C39818: hue angle of 44.91º 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 #C39818 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 152 24 -
CMYK 0 0.22 0.88 0.24
HSL 44.91º 0.78% 0.43% -
HSV(B) 44.91º 0.88% 0.76% -
XYZ 33.9 34.12 5.66 -
YUV 150.27 56.75 159.91 -
System Red Green Blue C M Y K H S L
Decimal 195 152 24 0 0.22 0.88 0.24 44.91 0.78 0.43
Hex C3 98 18 0 16 58 18 2D 4E 2B
Octal 303 230 30 0 26 130 30 55 116 53
Binary 11000011 10011000 11000 0 10110 1011000 11000 101101 1001110 101011

Color Harmonies of #C39818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39818

Black with #C39818

Text Example


Text Example

White with #C39818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39818; }

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

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

background-color css

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

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

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

border-color css

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

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

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