Html Css Color HEX #D4890E Gamboge

📋 copy color: '#D4890E'

red 212 ◦ green 137 ◦ blue 14

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

Shades of Gamboge #D4890E

Tints of Gamboge #D4890E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.74%

 BLUE value IS 14 (5.86% from 255) = 3.86%

R = 58.4%
G = 37.74%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D4890E (or 0xD4890E) is known color: Gamboge. HEX triplet: D4, 89 and 0E. RGB value is (212,137,14). Sum of RGB (Red+Green+Blue) = 212+137+14=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D4890E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4890E is #2B76F1. Grayscale: #919191. Windows color (decimal): -2848498 or 952788. OLE color: 952788.

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

Color convert

RGB 212 137 14 -
CMYK 0 0.35 0.93 0.17
HSL 37.27º 0.88% 0.44% -
HSV(B) 37.27º 0.93% 0.83% -
XYZ 36.18 31.92 4.67 -
YUV 145.4 53.85 175.5 -
System Red Green Blue C M Y K H S L
Decimal 212 137 14 0 0.35 0.93 0.17 37.27 0.88 0.44
Hex D4 89 E 0 23 5D 11 25 58 2C
Octal 324 211 16 0 43 135 21 45 130 54
Binary 11010100 10001001 1110 0 100011 1011101 10001 100101 1011000 101100

Color Harmonies of #D4890E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4890E

Black with #D4890E

Text Example


Text Example

White with #D4890E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4890E; }

 p { color: rgb(212,137,14); }

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

background-color css

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

 a { background-color: rgb(212,137,14); }

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

border-color css

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

 span { border-color: rgb(212,137,14); }

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