Html Css Color HEX #D4940C Gamboge

📋 copy color: '#D4940C'

red 212 ◦ green 148 ◦ blue 12

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

Shades of Gamboge #D4940C

Tints of Gamboge #D4940C

RGB

 RED value IS 212 (83.2% from 255) = 56.99%

 GREEN value IS 148 (58.2% from 255) = 39.78%

 BLUE value IS 12 (5.08% from 255) = 3.23%

R = 56.99%
G = 39.78%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4940C (or 0xD4940C) is known color: Gamboge. HEX triplet: D4, 94 and 0C. RGB value is (212,148,12). Sum of RGB (Red+Green+Blue) = 212+148+12=372 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.99% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 212 - color contains mainly: red. Hex color #D4940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4940C is #2B6BF3. Grayscale: #989898. Windows color (decimal): -2845684 or 824532. OLE color: 824532.

HSL color Cylindrical-coordinate representation of color #D4940C: hue angle of 40.8º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4940C is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 148 12 -
CMYK 0 0.30 0.94 0.17
HSL 40.8º 0.89% 0.44% -
HSV(B) 40.8º 0.94% 0.83% -
XYZ 37.81 35.2 5.15 -
YUV 151.63 49.2 171.06 -
System Red Green Blue C M Y K H S L
Decimal 212 148 12 0 0.30 0.94 0.17 40.8 0.89 0.44
Hex D4 94 C 0 1E 5E 11 29 59 2C
Octal 324 224 14 0 36 136 21 51 131 54
Binary 11010100 10010100 1100 0 11110 1011110 10001 101001 1011001 101100

Color Harmonies of #D4940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4940C

Black with #D4940C

Text Example


Text Example

White with #D4940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4940C; }

 p { color: rgb(212,148,12); }

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

background-color css

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

 a { background-color: rgb(212,148,12); }

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

border-color css

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

 span { border-color: rgb(212,148,12); }

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