Html Css Color HEX #C4991E Buddha Gold

📋 copy color: '#C4991E'

red 196 ◦ green 153 ◦ blue 30

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

Shades of Buddha Gold #C4991E

Tints of Buddha Gold #C4991E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.92%

R = 51.72%
G = 40.37%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4991E (or 0xC4991E) is known color: Buddha Gold. HEX triplet: C4, 99 and 1E. RGB value is (196,153,30). Sum of RGB (Red+Green+Blue) = 196+153+30=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C4991E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4991E is #3B66E1. Grayscale: #989898. Windows color (decimal): -3892962 or 2005444. OLE color: 2005444.

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

Color convert

RGB 196 153 30 -
CMYK 0 0.22 0.85 0.23
HSL 44.46º 0.73% 0.44% -
HSV(B) 44.46º 0.85% 0.77% -
XYZ 34.39 34.61 6.1 -
YUV 151.84 59.25 159.5 -
System Red Green Blue C M Y K H S L
Decimal 196 153 30 0 0.22 0.85 0.23 44.46 0.73 0.44
Hex C4 99 1E 0 16 55 17 2C 49 2C
Octal 304 231 36 0 26 125 27 54 111 54
Binary 11000100 10011001 11110 0 10110 1010101 10111 101100 1001001 101100

Color Harmonies of #C4991E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4991E

Black with #C4991E

Text Example


Text Example

White with #C4991E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4991E; }

 p { color: rgb(196,153,30); }

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

background-color css

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

 a { background-color: rgb(196,153,30); }

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

border-color css

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

 span { border-color: rgb(196,153,30); }

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