Html Css Color HEX #C4981F Buddha Gold

📋 copy color: '#C4981F'

red 196 ◦ green 152 ◦ blue 31

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

Shades of Buddha Gold #C4981F

Tints of Buddha Gold #C4981F

RGB

 RED value IS 196 (76.95% from 255) = 51.72%

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

 BLUE value IS 31 (12.5% from 255) = 8.18%

R = 51.72%
G = 40.11%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4981F (or 0xC4981F) is known color: Buddha Gold. HEX triplet: C4, 98 and 1F. RGB value is (196,152,31). Sum of RGB (Red+Green+Blue) = 196+152+31=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 31 (12.5% from 255 or 8.18% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C4981F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4981F is #3B67E0. Grayscale: #979797. Windows color (decimal): -3893217 or 2070724. OLE color: 2070724.

HSL color Cylindrical-coordinate representation of color #C4981F: hue angle of 44º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4981F is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 152 31 -
CMYK 0 0.22 0.84 0.23
HSL 44º 0.73% 0.45% -
HSV(B) 44º 0.84% 0.77% -
XYZ 34.24 34.29 6.11 -
YUV 151.36 60.08 159.84 -
System Red Green Blue C M Y K H S L
Decimal 196 152 31 0 0.22 0.84 0.23 44 0.73 0.45
Hex C4 98 1F 0 16 54 17 2C 49 2D
Octal 304 230 37 0 26 124 27 54 111 55
Binary 11000100 10011000 11111 0 10110 1010100 10111 101100 1001001 101101

Color Harmonies of #C4981F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4981F

Black with #C4981F

Text Example


Text Example

White with #C4981F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4981F; }

 p { color: rgb(196,152,31); }

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

background-color css

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

 a { background-color: rgb(196,152,31); }

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

border-color css

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

 span { border-color: rgb(196,152,31); }

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