Html Css Color HEX #D4860E Gamboge

📋 copy color: '#D4860E'

red 212 ◦ green 134 ◦ blue 14

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

Shades of Gamboge #D4860E

Tints of Gamboge #D4860E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.22%

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

R = 58.89%
G = 37.22%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D4860E (or 0xD4860E) is known color: Gamboge. HEX triplet: D4, 86 and 0E. RGB value is (212,134,14). Sum of RGB (Red+Green+Blue) = 212+134+14=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D4860E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4860E is #2B79F1. Grayscale: #909090. Windows color (decimal): -2849266 or 952020. OLE color: 952020.

HSL color Cylindrical-coordinate representation of color #D4860E: hue angle of 36.36º 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 #D4860E is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 134 14 -
CMYK 0 0.37 0.93 0.17
HSL 36.36º 0.88% 0.44% -
HSV(B) 36.36º 0.93% 0.83% -
XYZ 35.76 31.08 4.53 -
YUV 143.64 54.84 176.76 -
System Red Green Blue C M Y K H S L
Decimal 212 134 14 0 0.37 0.93 0.17 36.36 0.88 0.44
Hex D4 86 E 0 25 5D 11 24 58 2C
Octal 324 206 16 0 45 135 21 44 130 54
Binary 11010100 10000110 1110 0 100101 1011101 10001 100100 1011000 101100

Color Harmonies of #D4860E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4860E

Black with #D4860E

Text Example


Text Example

White with #D4860E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4860E; }

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

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

background-color css

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

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

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

border-color css

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

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

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