Html Css Color HEX #D4860F Gamboge

📋 copy color: '#D4860F'

red 212 ◦ green 134 ◦ blue 15

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

Shades of Gamboge #D4860F

Tints of Gamboge #D4860F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.16%

R = 58.73%
G = 37.12%
B = 4.16%

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

#D4860F (or 0xD4860F) is known color: Gamboge. HEX triplet: D4, 86 and 0F. RGB value is (212,134,15). Sum of RGB (Red+Green+Blue) = 212+134+15=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D4860F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4860F is #2B79F0. Grayscale: #909090. Windows color (decimal): -2849265 or 1017556. OLE color: 1017556.

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

Color convert

RGB 212 134 15 -
CMYK 0 0.37 0.93 0.17
HSL 36.24º 0.87% 0.45% -
HSV(B) 36.24º 0.93% 0.83% -
XYZ 35.76 31.08 4.57 -
YUV 143.76 55.34 176.68 -
System Red Green Blue C M Y K H S L
Decimal 212 134 15 0 0.37 0.93 0.17 36.24 0.87 0.45
Hex D4 86 F 0 25 5D 11 24 57 2D
Octal 324 206 17 0 45 135 21 44 127 55
Binary 11010100 10000110 1111 0 100101 1011101 10001 100100 1010111 101101

Color Harmonies of #D4860F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4860F

Black with #D4860F

Text Example


Text Example

White with #D4860F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4860F; }

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

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

background-color css

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

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

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

border-color css

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

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

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